Public Member Functions | Private Attributes

StateOfDrawGlyph Struct Reference

List of all members.

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

Constructor & Destructor Documentation

StateOfDrawGlyph::StateOfDrawGlyph ( std::ostream &  os  )  [inline]

Member Function Documentation

bool StateOfDrawGlyph::isNewPath (  )  [inline]
std::ostream& StateOfDrawGlyph::os (  )  [inline]

Referenced by cubicTo(), moveTo(), and xTo().

void StateOfDrawGlyph::setNewPathFalse (  )  [inline]

Referenced by moveTo().

void StateOfDrawGlyph::setStartPt ( const FT_Vector  pt  )  [inline]

Referenced by cubicTo(), and xTo().

FT_Vector StateOfDrawGlyph::startPt (  )  [inline]

Referenced by conicTo().


Member Data Documentation

std::ostream& StateOfDrawGlyph::_os [private]
FT_Vector StateOfDrawGlyph::_startPt [private]

The documentation for this struct was generated from the following file: