KiCad PCB EDA Suite
|
#include <outline_decomposer.h>
Public Attributes | |
GLYPH_POINTS | m_Points |
int | m_Winding = 0 |
FT_Orientation | m_Orientation |
Definition at line 48 of file outline_decomposer.h.
FT_Orientation KIFONT::CONTOUR::m_Orientation |
Definition at line 52 of file outline_decomposer.h.
Referenced by contourIsFilled(), and KIFONT::OUTLINE_DECOMPOSER::newContour().
GLYPH_POINTS KIFONT::CONTOUR::m_Points |
Definition at line 50 of file outline_decomposer.h.
int KIFONT::CONTOUR::m_Winding = 0 |
Definition at line 51 of file outline_decomposer.h.
Referenced by contourIsFilled().