shithub: freetype+ttf2subf

Download patch

ref: 856c578925ce608e16776574b91d5f55d5a305bb
parent: f96594faf0ae04062e18e8debf9771c914be7ba9
author: David Turner <[email protected]>
date: Mon Nov 6 21:44:04 EST 2000

removed incorrect comment

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/tttables.h
+++ b/include/freetype/tttables.h
@@ -563,11 +563,8 @@
   /*    The table is owned by the face object and disappears with it.      */
   /*                                                                       */
   /*    This function is only useful to access SFNT tables that are loaded */
-  /*    by the sfnt/truetype/opentype drivers.  See FT_Sfnt_tag for a      */
+  /*    by the sfnt/truetype/opentype drivers.  See FT_Sfnt_Tag for a      */
   /*    list.                                                              */
-  /*                                                                       */
-  /*    You can load any table using the (internal) SFNT_Interface         */
-  /*    structure -- this is available via FT_Get_Module_Interface().      */
   /*                                                                       */
   FT_EXPORT( void* )  FT_Get_Sfnt_Table( FT_Face      face,
                                          FT_Sfnt_Tag  tag );