NativeFontDesktop

class NativeFontDesktop(size: Int) : NativeFontImplementation

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getCharPixmap
Link copied to clipboard
open override fun getCharPixmap(char: Char): Pixmap
getFontSize
Link copied to clipboard
open override fun getFontSize(): Int
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

font
Link copied to clipboard
private val font: Font
metric
Link copied to clipboard
private val metric: FontMetrics
size
Link copied to clipboard
val size: Int

Sources

jvm source
Link copied to clipboard