KiCad PCB EDA Suite
|
Classes | |
struct | CONTOUR |
class | FONT |
FONT is an abstract base class for both outline and stroke fonts. More... | |
class | GLYPH |
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... | |
Typedefs | |
typedef std::vector< VECTOR2D > | GLYPH_POINTS |
typedef std::vector< GLYPH_POINTS > | GLYPH_POINTS_LIST |
typedef std::vector< BOX2D > | GLYPH_BOUNDING_BOX_LIST |
typedef std::vector< CONTOUR > | CONTOURS |
Variables | |
constexpr int | GLYPH_DEFAULT_DPI = 72 |
FreeType default. More... | |
constexpr int | GLYPH_RESOLUTION = 288 |
constexpr double | GLYPH_SIZE_SCALER = GLYPH_DEFAULT_DPI / (double) GLYPH_RESOLUTION |
typedef std::vector<CONTOUR> KIFONT::CONTOURS |
Definition at line 56 of file outline_decomposer.h.
typedef std::vector< BOX2D > KIFONT::GLYPH_BOUNDING_BOX_LIST |
typedef std::vector< VECTOR2D > KIFONT::GLYPH_POINTS |
typedef std::vector< GLYPH_POINTS > KIFONT::GLYPH_POINTS_LIST |
|
constexpr |
|
constexpr |
Definition at line 46 of file glyph.h.
Referenced by KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked(), and KIFONT::OUTLINE_FONT::loadFace().
|
constexpr |
Definition at line 47 of file glyph.h.
Referenced by KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked(), and toVector2D().