FontOptions

class FontOptions : Closable

Specifies how a font should be rendered.

class FontOptions : Closable
class FontOptions : Closable

Types

Companion
Link copied to clipboard
common
object Companion

Functions

close
Link copied to clipboard
open override fun close()
open override fun close()
abstract fun close()
merge
Link copied to clipboard
common
fun merge(other: FontOptions)
Merges non-default options from other into this FontOptions object, replacing existing values.
fun merge(other: FontOptions)
fun merge(other: FontOptions)

Properties

antiAliasType
Link copied to clipboard
var antiAliasType: AntiAliasType
The antialiasing mode for this FontOptions object.
var antiAliasType: AntiAliasType
var antiAliasType: AntiAliasType
fontOptionsPtr
Link copied to clipboard
linuxArm32
val fontOptionsPtr: CPointer<cairo_font_options_t>?
fontOptionsPtr
Link copied to clipboard
linuxX64
val fontOptionsPtr: CPointer<cairo_font_options_t>?
hintMetrics
Link copied to clipboard
var hintMetrics: FontHintMetrics
The metrics hinting mode for the font options object.
var hintMetrics: FontHintMetrics
var hintMetrics: FontHintMetrics
hintStyle
Link copied to clipboard
var hintStyle: FontHintStyle
The hint style for font outlines for the font options object.
var hintStyle: FontHintStyle
var hintStyle: FontHintStyle
isClosed
Link copied to clipboard
common
abstract val isClosed: Boolean
isClosed
Link copied to clipboard
linuxArm32
open override val isClosed: Boolean
isClosed
Link copied to clipboard
linuxX64
open override val isClosed: Boolean
status
Link copied to clipboard
val status: UInt
Whether an error has previously occurred for this FontOptions object.
val status: UInt
val status: UInt
subPixelOrder
Link copied to clipboard
var subPixelOrder: SubPixelOrder
The subpixel order for this FontOptions object.
var subPixelOrder: SubPixelOrder
var subPixelOrder: SubPixelOrder