FontImageMapDrawer

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun drawText(context: DrawContext, drawStyle: DrawStyle, text: String, x: Double, y: Double): List<List<GlyphRectangle>>
Link copied to clipboard
fun drawTexts(context: DrawContext, drawStyle: DrawStyle, texts: List<String>, positions: List<Vector2>): List<List<GlyphRectangle>>
Link copied to clipboard
fun flush(context: DrawContext, drawStyle: DrawStyle, vertices: VertexBuffer)
Link copied to clipboard
Link copied to clipboard
fun queueText(fontMap: FontMap, text: String, x: Double, y: Double, tracking: Double = 0.0, kerning: KernMode, textSetting: TextSettingMode, vertices: VertexBuffer)

Properties

Link copied to clipboard
Link copied to clipboard