FontFace

abstract class FontFace(val pangoFontFacePointer: <Error class: unknown class><<Error class: unknown class>>)(source)

A PangoFontFace is used to represent a group of fonts with the same family, slant, weight, and width, but varying sizes.

Skipped during bindings generation

  • parameter sizes: sizes: Out parameter is not supported

Inheritors

Constructors

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

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class FontFaceImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : FontFace

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

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.