FontFaceImpl

class FontFaceImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : FontFace

The FontFaceImpl type represents a native instance of the abstract FontFace class.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Creates a new instance of FontFace for the provided CPointer.

Properties

Link copied to clipboard
val pangoFontFacePointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard

Returns a font description that matches the face.

Link copied to clipboard
open fun getFaceName(): String

Gets a name representing the style of this face.

Link copied to clipboard
open fun getFamily(): FontFamily

Gets the PangoFontFamily that @face belongs to.

Link copied to clipboard

Returns whether a PangoFontFace is synthesized.