wineps.drv: Update comments

André Hentschel nerv at dawncrow.de
Thu Jun 24 13:15:09 CDT 2010


---
 dlls/wineps.drv/afm.c      |    7 ++++---
 dlls/wineps.drv/truetype.c |    2 +-
 dlls/wineps.drv/type1afm.c |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dlls/wineps.drv/afm.c b/dlls/wineps.drv/afm.c
index 5c9278a..6f7d8f8 100644
--- a/dlls/wineps.drv/afm.c
+++ b/dlls/wineps.drv/afm.c
@@ -273,9 +273,10 @@ static BOOL AddBuiltinAFMs(void)
  *
  *	PSDRV_GetFontMetrics
  *
- * Parses all afm files listed in [afmdirs] and [TrueType Font Directories]
- * sections of Wine configuration file.  Adds built-in data last, so it can
- * be overridden by user-supplied AFM or TTF files.
+ * Parses all afm files listed in the
+ * HKEY_CURRENT_USER\\Software\\Wine\\Fonts registry key.
+ * Adds built-in data last, so it can be overridden by
+ * user-supplied AFM or TTF files.
  *
  * If this function fails, PSDRV_Init will destroy PSDRV_Heap, so don't worry
  * about freeing all the memory that's been allocated.
diff --git a/dlls/wineps.drv/truetype.c b/dlls/wineps.drv/truetype.c
index 36ee404..e53b4ad 100644
--- a/dlls/wineps.drv/truetype.c
+++ b/dlls/wineps.drv/truetype.c
@@ -570,7 +570,7 @@ static BOOL ReadTrueTypeDir(FT_Library library, LPCSTR dirname)
  *  PSDRV_GetTrueTypeMetrics
  *
  *  Reads font metrics from TrueType font files in directories listed in the
- *  [TrueType Font Directories] section of the Wine configuration file.
+ *  HKEY_CURRENT_USER\\Software\\Wine\\Fonts\\Path registry string.
  *
  *  If this function fails (returns FALSE), the driver will fail to initialize
  *  and the driver heap will be destroyed, so it's not necessary to HeapFree
diff --git a/dlls/wineps.drv/type1afm.c b/dlls/wineps.drv/type1afm.c
index e7248c4..f9a8bcb 100644
--- a/dlls/wineps.drv/type1afm.c
+++ b/dlls/wineps.drv/type1afm.c
@@ -1167,7 +1167,7 @@ static BOOL ReadAFMDir(LPCSTR dirname)
  *  PSDRV_GetType1Metrics
  *
  *  Reads font metrics from Type 1 AFM font files in directories listed in the
- *  [afmdirs] section of the Wine configuration file.
+ *  HKEY_CURRENT_USER\\Software\\Wine\\Fonts\\AFMPath registry string.
  *
  *  If this function fails (returns FALSE), the driver will fail to initialize
  *  and the driver heap will be destroyed, so it's not necessary to HeapFree
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list