KiCad PCB EDA Suite
|
#include <gal/gal.h>
#include <memory>
#include <math/box2.h>
#include <geometry/shape_poly_set.h>
#include <wx/debug.h>
#include "../../libs/kimath/include/geometry/eda_angle.h"
Go to the source code of this file.
Classes | |
class | KIFONT::GLYPH |
class | KIFONT::OUTLINE_GLYPH |
class | KIFONT::STROKE_GLYPH |
Namespaces | |
namespace | KIFONT |
Typedefs | |
typedef std::vector< VECTOR2D > | KIFONT::GLYPH_POINTS |
typedef std::vector< GLYPH_POINTS > | KIFONT::GLYPH_POINTS_LIST |
typedef std::vector< BOX2D > | KIFONT::GLYPH_BOUNDING_BOX_LIST |
Variables | |
constexpr int | KIFONT::GLYPH_DEFAULT_DPI = 72 |
FreeType default. More... | |
constexpr int | KIFONT::GLYPH_RESOLUTION = 288 |
constexpr double | KIFONT::GLYPH_SIZE_SCALER = GLYPH_DEFAULT_DPI / (double) GLYPH_RESOLUTION |