BitmapGlyphInfo

data class BitmapGlyphInfo(    val glyphID: Int,     val imageFormat: Int = 0,     val offset: Int = 0,     val size: Int = 0,     val info: BaseTtfFont.ColorBitmapInfo,     var height: Int = 0,     var width: Int = 0,     var horiBearingX: Int = 0,     var horiBearingY: Int = 0,     var horiAdvance: Int = 0,     var vertBearingX: Int = 0,     var vertBearingY: Int = 0,     var vertAdvance: Int = 0)

Constructors

Link copied to clipboard
constructor(    glyphID: Int,     imageFormat: Int = 0,     offset: Int = 0,     size: Int = 0,     info: BaseTtfFont.ColorBitmapInfo,     height: Int = 0,     width: Int = 0,     horiBearingX: Int = 0,     horiBearingY: Int = 0,     horiAdvance: Int = 0,     vertBearingX: Int = 0,     vertBearingY: Int = 0,     vertAdvance: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val imageFormat: Int = 0
Link copied to clipboard
Link copied to clipboard
val offset: Int = 0
Link copied to clipboard
Link copied to clipboard
val size: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var width: Int

Functions

Link copied to clipboard
fun getBitmap(cache: Boolean = false): Bitmap