Added an empty virtual depth function
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.
*