menu
custom_pdf_converter package
documentation
pdf.dart
TtfParser
getBitmap method
getBitmap method
dark_mode
light_mode
getBitmap
method
TtfBitmapInfo
?
getBitmap
(
int
charcode
)
Implementation
TtfBitmapInfo? getBitmap(int charcode) => bitmapOffsets[charToGlyphIndexMap[charcode]];
custom_pdf_converter package
documentation
pdf
TtfParser
getBitmap method
TtfParser class