Package io.gitlab.pixelGraphics.twoDimGraphics.text

Types

FontHintMetrics
Link copied to clipboard
common
enum FontHintMetrics : Enum<FontHintMetrics>
Specifies whether to hint font metrics; hinting font metrics means quantizing them so that they are integer values in device space.
FontHintStyle
Link copied to clipboard
common
enum FontHintStyle : Enum<FontHintStyle>
Specifies the type of hinting to do on font outlines.
FontOptions
Link copied to clipboard
common
class FontOptions : Closable
Specifies how a font should be rendered.
class FontOptions : Closable
class FontOptions : Closable
FontSlant
Link copied to clipboard
common
enum FontSlant : Enum<FontSlant>
Variants of a font face based on their slant.
FontWeight
Link copied to clipboard
common
enum FontWeight : Enum<FontWeight>
Variants of a font face based on their weight.
Text
Link copied to clipboard
common
class Text(canvas: Canvas)
Renders text on a Canvas.
class Text(canvas: Canvas)
class Text(canvas: Canvas)