#include <FTContour.h>
It is used as a container for the output of the bezier curve evaluator in FTVectoriser.
Definition at line 18 of file FTContour.h.
Public Member Functions | |
FTContour (FT_Vector *contour, char *pointTags, unsigned int numberOfPoints) | |
Constructor. | |
~FTContour () | |
Destructor. | |
const FTPoint & | Point (unsigned int index) const |
Return a point at index. | |
size_t | PointCount () const |
How many points define this contour. |
|
Constructor.
Definition at line 73 of file FTContour.cpp. References FTVector< FT_VECTOR_ITEM_TYPE >::size(), FTPoint::X(), and FTPoint::Y(). |
|
Destructor.
Definition at line 33 of file FTContour.h. |
|
Return a point at index.
Definition at line 44 of file FTContour.h. Referenced by FTExtrdGlyph::FTExtrdGlyph(), FTOutlineGlyph::FTOutlineGlyph(), and FTVectoriser::MakeMesh(). |
|
How many points define this contour.
Definition at line 51 of file FTContour.h. Referenced by FTExtrdGlyph::FTExtrdGlyph(), FTOutlineGlyph::FTOutlineGlyph(), FTVectoriser::MakeMesh(), and FTVectoriser::PointCount(). |