Commit 0d3ade0af63de30e7cbd45a16a680bdd75506d32

henry 2001-08-27T03:10:37

update to reflect change in contourFlag in FTVectoriser

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/FTPolyGlyph.cpp b/src/FTPolyGlyph.cpp
index ebf1131..d1810f5 100644
--- a/src/FTPolyGlyph.cpp
+++ b/src/FTPolyGlyph.cpp
@@ -78,7 +78,7 @@ FTPolyGlyph::FTPolyGlyph( FT_Glyph glyph, unsigned int gi)
 			data = new double[ numPoints * 3];
 			vectoriser->Output( data);
 			
-			contourFlag = vectoriser->contourFlag;
+			contourFlag = vectoriser->ContourFlag();
 			advance = glyph->advance.x >> 16; // this is 6 in the freetype docs!!!!!!
 		}