KiCad PCB EDA Suite
|
#include <outline_decomposer.h>
Public Attributes | |
std::vector< VECTOR2D > | m_Points |
int | m_Winding = 0 |
FT_Orientation | m_Orientation |
Definition at line 51 of file outline_decomposer.h.
FT_Orientation KIFONT::CONTOUR::m_Orientation |
Definition at line 55 of file outline_decomposer.h.
Referenced by contourIsFilled(), KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked(), and KIFONT::OUTLINE_DECOMPOSER::newContour().
std::vector<VECTOR2D> KIFONT::CONTOUR::m_Points |
Definition at line 53 of file outline_decomposer.h.
Referenced by KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked().
int KIFONT::CONTOUR::m_Winding = 0 |
Definition at line 54 of file outline_decomposer.h.
Referenced by contourIsFilled(), and KIFONT::OUTLINE_FONT::getTextAsGlyphsUnlocked().