KiCad PCB EDA Suite
|
#include <vector>
#include <freetype2/ft2build.h>
#include <math/box2.h>
#include <math/vector2d.h>
#include <font/glyph.h>
Go to the source code of this file.
Classes | |
struct | KIFONT::CONTOUR |
struct | KIFONT::GLYPH_DATA |
class | KIFONT::OUTLINE_DECOMPOSER |
Namespaces | |
namespace | KIFONT |
Variables | |
constexpr int | KIFONT::GLYPH_DEFAULT_DPI = 72 |
FreeType default. | |
constexpr int | KIFONT::GLYPH_RESOLUTION = 1152 |
constexpr double | KIFONT::GLYPH_SIZE_SCALER = GLYPH_DEFAULT_DPI / (double) GLYPH_RESOLUTION |