Glyphs

data class Glyphs(val glyphs: List<TextGlyph>, val fontSize: Double, val unitsPerEm: Int, val hasOutlines: Boolean, val fontSpec: FontSpec, val textToDevice: Matrix, val color: RgbColor, val alpha: Double = 1.0, val blendMode: BlendMode = BlendMode.Normal) : RecordingCanvas.Call

Constructors

Link copied to clipboard
constructor(glyphs: List<TextGlyph>, fontSize: Double, unitsPerEm: Int, hasOutlines: Boolean, fontSpec: FontSpec, textToDevice: Matrix, color: RgbColor, alpha: Double = 1.0, blendMode: BlendMode = BlendMode.Normal)

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
Link copied to clipboard
Link copied to clipboard

Decoded text of the run: the concatenated per-glyph unicode.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int