| GNU Unifont 16.0.01
    Pan-Unicode font with complete Unicode Plane 0  coverage and partial coverage of higher planes | 
Data structure to hold data for one bitmap glyph. More...
| Data Fields | |
| uint_least32_t | codePoint | 
| undefined for glyph 0  More... | |
| byte | bitmap [GLYPH_MAX_BYTE_COUNT] | 
| hexadecimal bitmap character array  More... | |
| uint_least8_t | byteCount | 
| length of bitmap data  More... | |
| bool | combining | 
| whether this is a combining glyph  More... | |
| pixels_t | pos | 
| pixels_t | lsb | 
| left side bearing (x position of leftmost contour point)  More... | |
Data structure to hold data for one bitmap glyph.
This data structure holds data to represent one Unifont bitmap glyph: Unicode code point, number of bytes in its bitmap array, whether or not it is a combining character, and an offset from the glyph origin to the start of the bitmap.
| byte Glyph::bitmap[GLYPH_MAX_BYTE_COUNT] | 
| pixels_t Glyph::lsb | 
| pixels_t Glyph::pos |