Commit 5038c2c2 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

wineps.drv: Update comments.

parent c85357a2
......@@ -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.
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment