FontMap

interface FontMap

PangoCairoFontMap is an interface exported by font maps for use with Cairo.

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

Since

1.10

Types

Link copied to clipboard
object Companion

Properties

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

Functions

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

Gets the type of Cairo font backend that @fontmap uses.

Link copied to clipboard
open fun getResolution(): Double

Gets the resolution for the fontmap.

Link copied to clipboard
open fun setDefault()

Sets a default PangoCairoFontMap to use with Cairo.

Link copied to clipboard
open fun setResolution(dpi: Double)

Sets the resolution for the fontmap.