|
cheshirekow
v0.1.0
|
#include <cpp_freetype/Outline.h>
Public Member Functions | |
| PointIterator | begin () |
| ContourReference (FT_Outline *outline, Int i) | |
| PointIterator | end () |
Public Attributes | |
| Int_t | m_i |
| index of the contour we're on More... | |
| FT_Outline * | m_outline |
| outline we're iterating over More... | |
| freetype::ContourReference::ContourReference | ( | FT_Outline * | outline, |
| Int | i | ||
| ) |
| PointIterator freetype::ContourReference::begin | ( | ) |
| PointIterator freetype::ContourReference::end | ( | ) |
| Int_t freetype::ContourReference::m_i |
| FT_Outline* freetype::ContourReference::m_outline |