FontMap

interface FontMap(source)

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

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class FontMapImpl(pangocairoFontMapPointer: <Error class: unknown class><<Error class: unknown class>>) : FontMap

The FontMapImpl type represents a native instance of the FontMap interface.

Properties

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

Functions

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

This is deprecated since version 1.22.

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(): <Error class: unknown class>

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: <Error class: unknown class>)

Sets the resolution for the fontmap.