Font

interface Font(source)

PangoCairoFont is an interface exported by fonts for use with Cairo.

The actual type of the font will depend on the particular font technology Cairo was compiled to use.

Since

1.18

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class FontImpl(pangocairoFontPointer: <Error class: unknown class><<Error class: unknown class>>) : Font

The FontImpl type represents a native instance of the Font interface.

Properties

Link copied to clipboard
abstract val pangocairoFontPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun getScaledFont(): <Error class: unknown class>?

Gets the cairo_scaled_font_t used by @font. The scaled font can be referenced and kept using cairo_scaled_font_reference().