shithub: freetype+ttf2subf

Download patch

ref: c3122c98ceb1a7c12028658609e3a469ea1e314f
parent: 1ab77fdfffe083dea6e5e9e657d4447632ee1949
author: David Turner <[email protected]>
date: Thu Feb 10 14:11:30 EST 2000

added some comments

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/sfnt/sfconfig.h
+++ b/src/sfnt/sfconfig.h
@@ -42,7 +42,15 @@
   /* load and enumerate the glyph Postscript names in a TrueType or        */
   /* OpenType file.                                                        */
   /*                                                                       */
+  /* Note that if FT_CONFIG_OPTION_POSTSCRIPT_NAMES is also defined,       */
+  /* the TrueType driver will use the "psnames" module to fetch the        */
+  /* glyph names.                                                          */
+  /*                                                                       */
+  /* Otherwise, the driver will provide its own set of glyph names to      */
+  /* be built without the "psnames" module.                                */
+  /*                                                                       */
 #define TT_CONFIG_OPTION_POSTSCRIPT_NAMES
+
 
 
 #endif /* SFCONFIG_H */