From c3122c98ceb1a7c12028658609e3a469ea1e314f Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 10 Feb 2000 19:11:30 +0000 Subject: [PATCH] added some comments --- src/sfnt/sfconfig.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/sfnt/sfconfig.h b/src/sfnt/sfconfig.h index 0c16b9d5f..5caa2cc97 100644 --- a/src/sfnt/sfconfig.h +++ b/src/sfnt/sfconfig.h @@ -42,9 +42,17 @@ /* 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 */