Updated comments
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
diff --git a/include/FTVectoriser.h b/include/FTVectoriser.h
index 5077bb4..b437257 100644
--- a/include/FTVectoriser.h
+++ b/include/FTVectoriser.h
@@ -10,14 +10,13 @@
#include "FTGL.h"
#include "FTVector.h"
-#include "FTGlyph.h"
#ifndef CALLBACK
#define CALLBACK
#endif
/**
- * ftPoint class is a basic 3 dimensional point for holding outline font
+ * ftPoint class is a basic 3 dimensional point for holding vector font
* point data.
*
* @see FTOutlineGlyph
@@ -73,8 +72,8 @@ class FTGL_EXPORT ftPoint
/**
- * FTContour class is a container of points that describe an outline
- * point data.
+ * FTContour class is a container of points that describe a vector font
+ * outline
*
* @see FTOutlineGlyph
* @see FTPolyGlyph
@@ -250,8 +249,7 @@ class FTGL_EXPORT FTVectoriser
void GetOutline( FTGL_DOUBLE* d);
/**
- * Build a mesh from the outline and copy the vertex data into a
- * block of <code>FTGL_DOUBLEs</code>
+ * Build an FTMesh from the vector outline data.
*
* @param zNormal The direction of the z axis of the normal
* for this mesh