FontsetImpl

class FontsetImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : Fontset

The FontsetImpl type represents a native instance of the abstract Fontset class.

Constructors

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

Creates a new instance of Fontset for the provided CPointer.

Properties

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

Functions

Link copied to clipboard
open fun foreach(func: FontsetForeachFunc)

Iterates through all the fonts in a fontset, calling @func for each one.

Link copied to clipboard
open fun getFont(wc: <Error class: unknown class>): Font

Returns the font in the fontset that contains the best glyph for a Unicode character.

Link copied to clipboard

Get overall metric information for the fonts in the fontset.