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] |
References _startPt.
std::ostream& StateOfDrawGlyph::os | ( | ) | [inline] |
void StateOfDrawGlyph::setStartPt | ( | const FT_Vector | pt | ) | [inline] |
bool StateOfDrawGlyph::isNewPath | ( | ) | [inline] |
References _isNewPath.
Referenced by moveTo(), and LASi::PostscriptDocument::write_glyph_routine_to_stream::operator()().
void StateOfDrawGlyph::setNewPathFalse | ( | ) | [inline] |
std::ostream& StateOfDrawGlyph::_os [private] |
Referenced by os().
FT_Vector StateOfDrawGlyph::_startPt [private] |
Referenced by setStartPt(), startPt(), and StateOfDrawGlyph().
bool StateOfDrawGlyph::_isNewPath [private] |
Referenced by isNewPath(), and setNewPathFalse().