Data structure containing information about a bitmap font, including character metrics, kerning and texture pages. Used by the Ceramic engine to render text using bitmap fonts.
Variables
distanceField:Null<BitmapFontDistanceFieldData>
Optional signed distance field data when font uses SDF rendering
kernings:IntMap<IntFloatMap>
Kerning information between character pairs. First key is the first character code, second key is the second character code, value is the kerning offset in pixels.