Small typo fixes/updates.
This commit is contained in:
parent
086f1cbb2c
commit
58b299521d
|
@ -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 becasue they are not a standard
|
||||
/* We load these with LoadImage because 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);
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 FontResource(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.
|
||||
|
|
|
@ -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 becasue x11drv
|
||||
/* FIXME: These have no place here, but because 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
|
||||
|
|
Loading…
Reference in New Issue