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
58b29952
Commit
58b29952
authored
Oct 08, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 08, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small typo fixes/updates.
parent
086f1cbb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
printdlg.c
dlls/commdlg/printdlg.c
+1
-1
fonts.sgml
documentation/fonts.sgml
+2
-2
xfont.c
graphics/x11drv/xfont.c
+1
-1
text.c
objects/text.c
+1
-1
No files found.
dlls/commdlg/printdlg.c
View file @
58b29952
...
...
@@ -768,7 +768,7 @@ static LRESULT PRINTDLG_WMInitDialog(HWND hDlg, WPARAM wParam,
UINT
comboID
=
(
lppd
->
Flags
&
PD_PRINTSETUP
)
?
cmb1
:
cmb4
;
/* load Collate ICONs */
/* We load these with LoadImage beca
su
e they are not a standard
/* We load these with LoadImage beca
us
e they are not a standard
size and we don't want them rescaled */
PrintStructures
->
hCollateIcon
=
LoadImageA
(
COMDLG32_hInstance
,
"PD32_COLLATE"
,
IMAGE_ICON
,
0
,
0
,
0
);
...
...
documentation/fonts.sgml
View file @
58b29952
...
...
@@ -332,7 +332,7 @@ Default = -adobe-times-
<title>How To Manage Cached Font Metrics</title>
<para>
WINE stores detailed information about available fonts in
the <filename>~/.wine/
.cachedmetrics
</filename> file. You
the <filename>~/.wine/
cachedmetrics.[display]
</filename> file. You
can copy it elsewhere and add this entry to the [fonts]
section in your <filename>~/.wine/config</filename>:
</para>
...
...
@@ -342,7 +342,7 @@ FontMetrics = <file with metrics>
<para>
If WINE detects changes in the X font configuration it will
rebuild font metrics from scratch and then it will overwrite
<filename>~/.wine/
.cachedmetrics
</filename> with the new
<filename>~/.wine/
cachedmetrics.[display]
</filename> with the new
information. This process can take a while.
</para>
</sect3>
...
...
graphics/x11drv/xfont.c
View file @
58b29952
...
...
@@ -2098,7 +2098,7 @@ static int XFONT_BuildMetrics(char** x_pattern, int res, unsigned x_checksum, in
}
if
(
fi
)
HeapFree
(
GetProcessHeap
(),
0
,
fi
);
/* Scan through the font list and remove FontResorce(s) (fr)
/* Scan through the font list and remove FontReso
u
rce(s) (fr)
* that have no associated Fontinfo(s) (fi).
* This code is necessary because XFONT_ReadCachedMetrics
* assumes that there is at least one fi associated with a fr.
...
...
objects/text.c
View file @
58b29952
...
...
@@ -62,7 +62,7 @@ LPWSTR FONT_mbtowc(HDC hdc, LPCSTR str, INT count, INT *plenW, UINT *pCP)
case
ISO4_CHARSET
:
case
ISO10_CHARSET
:
case
CELTIC_CHARSET
:
/* FIXME: These have no place here, but beca
su
e x11drv
/* FIXME: These have no place here, but beca
us
e x11drv
enumerates fonts with these (made up) charsets some apps
might use them and then the FIXME below would become
annoying. Now we could pick the intended codepage for
...
...
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