Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5038c2c2
Commit
5038c2c2
authored
Jun 24, 2010
by
André Hentschel
Committed by
Alexandre Julliard
Jun 25, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps.drv: Update comments.
parent
c85357a2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
afm.c
dlls/wineps.drv/afm.c
+4
-3
truetype.c
dlls/wineps.drv/truetype.c
+1
-1
type1afm.c
dlls/wineps.drv/type1afm.c
+1
-1
No files found.
dlls/wineps.drv/afm.c
View file @
5038c2c2
...
...
@@ -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.
...
...
dlls/wineps.drv/truetype.c
View file @
5038c2c2
...
...
@@ -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
...
...
dlls/wineps.drv/type1afm.c
View file @
5038c2c2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment