|
KiCad PCB EDA Suite
|
Classes | |
| struct | CONTOUR |
| class | FONT |
| FONT is an abstract base class for both outline and stroke fonts. More... | |
| class | GLYPH |
| struct | GLYPH_DATA |
| class | METRICS |
| class | OUTLINE_DECOMPOSER |
| class | OUTLINE_FONT |
| Class OUTLINE_FONT implements outline font drawing. More... | |
| class | OUTLINE_GLYPH |
| class | STROKE_FONT |
| Implement a stroke font drawing. More... | |
| class | STROKE_GLYPH |
| class | VERSION_INFO |
| Container for library version helpers. More... | |
Variables | |
| constexpr int | GLYPH_DEFAULT_DPI = 72 |
| FreeType default. | |
| constexpr int | GLYPH_RESOLUTION = 1152 |
| constexpr double | GLYPH_SIZE_SCALER = GLYPH_DEFAULT_DPI / (double) GLYPH_RESOLUTION |
|
constexpr |
FreeType default.
Definition at line 45 of file outline_decomposer.h.
|
constexpr |
Definition at line 49 of file outline_decomposer.h.
Referenced by KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked(), and KIFONT::OUTLINE_FONT::loadFace().
|
constexpr |
Definition at line 50 of file outline_decomposer.h.
Referenced by KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked(), and toVector2D().