Struct noto_sans_mono_bitmap::BitmapChar
source · [−]pub struct BitmapChar { /* private fields */ }
Expand description
Describes the relevant information for a rendered char of the bitmap font.
To see why the term “bitmap” is used, see section Terminology in the README.
Implementations
The actual font data that is height
* width
bytes in size.
Each byte describes the intensity of a pixel from 0 to 255.
Height of the bitmap box. The actual font size is slightly smaller.