|
cheshirekow
v0.1.0
|
#include <cpp_freetype/Outline.h>
Public Member Functions | |
| bool | operator!= (const PointIterator &other) |
| PointReference & | operator* () |
| PointIterator & | operator++ () |
| PointIterator & | operator-- () |
| PointReference * | operator-> () |
| PointIterator (FT_Outline *outline=0, Int i=0) | |
Public Member Functions inherited from freetype::PointReference | |
| bool | conic () |
| bool | cubic () |
| bool | off () |
| bool | on () |
| PointReference (FT_Outline *outline, Int i) | |
| Pos | x () |
| Pos | y () |
Additional Inherited Members | |
Public Attributes inherited from freetype::PointReference | |
| Int | m_i |
| index of the point we're on More... | |
| FT_Outline * | m_outline |
| outline we're iterating over More... | |
| freetype::PointIterator::PointIterator | ( | FT_Outline * | outline = 0, |
| Int | i = 0 |
||
| ) |
| bool freetype::PointIterator::operator!= | ( | const PointIterator & | other | ) |
| PointReference& freetype::PointIterator::operator* | ( | ) |
| PointIterator& freetype::PointIterator::operator++ | ( | ) |
| PointIterator& freetype::PointIterator::operator-- | ( | ) |
| PointReference* freetype::PointIterator::operator-> | ( | ) |