LASi
StateOfDrawGlyph Struct Reference

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::StateOfDrawGlyph ( std::ostream & os)
inline

References _isNewPath, _os, _startPt, and os().

Member Function Documentation

◆ isNewPath()

bool StateOfDrawGlyph::isNewPath ( )
inline

◆ os()

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

References _os.

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

◆ setNewPathFalse()

void StateOfDrawGlyph::setNewPathFalse ( )
inline

References _isNewPath.

Referenced by moveTo().

◆ setStartPt()

void StateOfDrawGlyph::setStartPt ( const FT_Vector pt)
inline

References _startPt.

Referenced by cubicTo(), and xTo().

◆ startPt()

FT_Vector StateOfDrawGlyph::startPt ( )
inline

References _startPt.

Referenced by conicTo().

Member Data Documentation

◆ _isNewPath

bool StateOfDrawGlyph::_isNewPath
private

◆ _os

std::ostream& StateOfDrawGlyph::_os
private

Referenced by os(), and StateOfDrawGlyph().

◆ _startPt

FT_Vector StateOfDrawGlyph::_startPt
private

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