getBitmap method

TtfBitmapInfo? getBitmap(
  1. int charcode
)

Implementation

TtfBitmapInfo? getBitmap(int charcode) =>
    bitmapOffsets[charToGlyphIndexMap[charcode]];