Module theme_parser::render::pff2
source · Expand description
PFF2 font rendering utilities
Structs
- A bitmap that can be used to query pixel data in a PFF2 Glyph.
- Iterates over the rows of the bitmap, yielding an iterator over the row’s elements,
BitmapRowIter
. - Iterates over the pixels in a bitmap row, where true means filled, false means transparent.