ColorBitmapInfo
data class ColorBitmapInfo(val indexSubTableArrayOffset: Int = 0, val indexTablesSize: Int = 0, val numberofIndexSubTables: Int = 0, val colorRef: Int = 0, val hori: BaseTtfFont.SbitLineMetrics = SbitLineMetrics(), val vert: BaseTtfFont.SbitLineMetrics = SbitLineMetrics(), val startGlyphIndex: Int = 0, val endGlyphIndex: Int = 0, val ppemX: Int = 0, val ppemY: Int = 0, val bitDepth: Int = 0, val flags: Int = 0)
Constructors
Link copied to clipboard
constructor(indexSubTableArrayOffset: Int = 0, indexTablesSize: Int = 0, numberofIndexSubTables: Int = 0, colorRef: Int = 0, hori: BaseTtfFont.SbitLineMetrics = SbitLineMetrics(), vert: BaseTtfFont.SbitLineMetrics = SbitLineMetrics(), startGlyphIndex: Int = 0, endGlyphIndex: Int = 0, ppemX: Int = 0, ppemY: Int = 0, bitDepth: Int = 0, flags: Int = 0)