Commit e968a7e0116ad3db8880448764c0c67622e3f019

henry 2001-11-13T05:45:10

Added an empty virtual depth function

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/FTFont.h b/include/FTFont.h
index cc0f660..945ff1d 100755
--- a/include/FTFont.h
+++ b/include/FTFont.h
@@ -69,6 +69,9 @@ class FTGL_EXPORT FTFont
 		 */
 		bool FaceSize( const unsigned int size, const unsigned int res = 72);
 		
+		virtual void Depth( float d){}
+
+		
 		/**
 		 * Set the character map for the face.
 		 *