Expand description
Parser for bitmap fonts
Structs§
- BMFont
- Holds a decoded bitmap font defintion, including all character advance and kerning values.
- Char
Position - Page
Iter - Parse
Iter - Rect
- Rectangle
- String
Parse Error
Enums§
Type Aliases§
- Parse
- Alias of either
Result<Vec<CharPosition>, StringParseError>
orVec<CharPosition>
, returned byBMFont::parse()
.