Public Member Functions | |
StateOfDrawGlyph (std::ostream &os) | |
std::ostream & | os () |
FT_Vector | startPt () |
void | setStartPt (const FT_Vector pt) |
bool | isNewPath () |
void | setNewPathFalse () |
Private Attributes | |
std::ostream & | _os |
FT_Vector | _startPt |
bool | _isNewPath |
StateOfDrawGlyph::StateOfDrawGlyph | ( | std::ostream & | os | ) | [inline] |
std::ostream& StateOfDrawGlyph::os | ( | ) | [inline] |
FT_Vector StateOfDrawGlyph::startPt | ( | ) | [inline] |
void StateOfDrawGlyph::setStartPt | ( | const FT_Vector | pt | ) | [inline] |
bool StateOfDrawGlyph::isNewPath | ( | ) | [inline] |
void StateOfDrawGlyph::setNewPathFalse | ( | ) | [inline] |
std::ostream& StateOfDrawGlyph::_os [private] |
FT_Vector StateOfDrawGlyph::_startPt [private] |
bool StateOfDrawGlyph::_isNewPath [private] |