FontId

data class FontId(val style: Int, val awtFont: Font, val height: Float, val ascent: Float, val underlineOffset: Float, val underlineThickness: Float, val strikethroughOffset: Float, val strikethroughThickness: Float) : Record

Constructors

Link copied to clipboard
constructor(style: Int, awtFont: Font, height: Float, ascent: Float, underlineOffset: Float, underlineThickness: Float, strikethroughOffset: Float, strikethroughThickness: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val style: Int
Link copied to clipboard
Link copied to clipboard