GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A font family. More...
#include <gp_font.h>
Data Fields | |
const char * | family_name |
A font family name. | |
uint32_t | ucode_blocks |
A bitmask of unicode blocks included in the font faces. | |
const gp_font_face *const | fonts [] |
A font family.
Font family is a group of font faces of the same family and size but different style i.e. monospace, bold, italic...
The fonts array is NULL terminated.
const gp_font_face* const gp_font_family::fonts[] |