GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_font_family Struct Reference

A font family. More...

#include <gp_font.h>

Collaboration diagram for gp_font_family:
Collaboration graph
[legend]

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 []
 

Detailed Description

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.

Definition at line 265 of file gp_font.h.

Field Documentation

◆ fonts

const gp_font_face* const gp_font_family::fonts[]

Array of font faces in the font family.

Definition at line 271 of file gp_font.h.


The documentation for this struct was generated from the following file: