TextToBitmapResult
data class TextToBitmapResult(val bmp: Bitmap, val fmetrics: FontMetrics, val metrics: TextMetrics, val glyphs: List<PlacedGlyphMetrics>, val glyphsPerLine: List<List<PlacedGlyphMetrics>>, val shape: Shape? = null) : BaseTextMetricsResult
Constructors
Link copied to clipboard
constructor(bmp: Bitmap, fmetrics: FontMetrics, metrics: TextMetrics, glyphs: List<PlacedGlyphMetrics>, glyphsPerLine: List<List<PlacedGlyphMetrics>>, shape: Shape? = null)