FontFamilyImpl

class FontFamilyImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : FontFamily

The FontFamilyImpl type represents a native instance of the abstract FontFamily class.

Constructors

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

Creates a new instance of FontFamily for the provided CPointer.

Properties

Link copied to clipboard
open val gioListModelPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val name: String

The name of the family

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

Functions

Link copied to clipboard
open fun getFace(name: String? = null): FontFace?

Gets the PangoFontFace of @family with the given name.

Link copied to clipboard
open fun isMonospace(): Boolean

A monospace font is a font designed for text display where the the characters form a regular grid.

Link copied to clipboard
open fun isVariable(): Boolean

A variable font is a font which has axes that can be modified to produce different faces.