Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
4fb2f50d
Commit
4fb2f50d
authored
Sep 16, 2005
by
Huw Davies
Committed by
Alexandre Julliard
Sep 16, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Order the bitmap font list by the ansi codepage bit position.
Fix a few comments.
parent
67e27595
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
freetype.c
dlls/gdi/freetype.c
+27
-27
No files found.
dlls/gdi/freetype.c
View file @
4fb2f50d
...
...
@@ -1284,23 +1284,15 @@ static const struct nls_update_font_list
const
char
*
courier
,
*
serif
,
*
small
,
*
sserif
;
}
nls_update_font_list
[]
=
{
/* Arabic */
{
1256
,
720
,
"vgaoem.fon"
,
"vgaf1256.fon"
,
"vgas1256.fon"
,
"coue1256.fon"
,
"sere1256.fon"
,
"smae1256.fon"
,
"ssee1256.fon"
,
},
/* Baltic */
{
1257
,
775
,
"vga775.fon"
,
"vgaf1257.fon"
,
"vgas1257.fon"
,
"coue1257.fon"
,
"sere1257.fon"
,
"smae1257.fon"
,
"ssee1257.fon"
,
},
/* Chinese Simplified */
{
936
,
936
,
"vga936.fon"
,
"svgafix.fon"
,
"svgasys.fon"
,
/* Latin 1 (United States) */
{
1252
,
437
,
"vgaoem.fon"
,
"vgafix.fon"
,
"vgasys.fon"
,
"coure.fon"
,
"serife.fon"
,
"smalle.fon"
,
"sserife.fon"
,
},
/*
Chinese Traditional
*/
{
950
,
950
,
"vga950.fon"
,
"cvgafix.fon"
,
"c
vgasys.fon"
,
/*
Latin 1 (Multilingual)
*/
{
1252
,
850
,
"vga850.fon"
,
"vgafix.fon"
,
"
vgasys.fon"
,
"coure.fon"
,
"serife.fon"
,
"smalle.fon"
,
"sserife.fon"
,
},
/*
Central European
*/
/*
Eastern Europe
*/
{
1250
,
852
,
"vga852.fon"
,
"vgafixe.fon"
,
"vgasyse.fon"
,
"couree.fon"
,
"serifee.fon"
,
"smallee.fon"
,
"sserifee.fon"
,
},
...
...
@@ -1312,36 +1304,44 @@ static const struct nls_update_font_list
{
1253
,
737
,
"vga869.fon"
,
"vgafixg.fon"
,
"vgasysg.fon"
,
"coureg.fon"
,
"serifeg.fon"
,
"smalleg.fon"
,
"sserifeg.fon"
,
},
/* Turkish */
{
1254
,
857
,
"vga857.fon"
,
"vgafixt.fon"
,
"vgasyst.fon"
,
"couret.fon"
,
"serifet.fon"
,
"smallet.fon"
,
"sserifet.fon"
,
},
/* Hebrew */
{
1255
,
862
,
"vgaoem.fon"
,
"vgaf1255.fon"
,
"vgas1255.fon"
,
"coue1255.fon"
,
"sere1255.fon"
,
"smae1255.fon"
,
"ssee1255.fon"
,
},
/*
"Japanese
*/
{
932
,
932
,
"vga932.fon"
,
"jvgafix.fon"
,
"jvgasys
.fon"
,
"cou
re.fon"
,
"serife.fon"
,
"jsmalle.fon"
,
"sserife
.fon"
,
/*
Arabic
*/
{
1256
,
720
,
"vgaoem.fon"
,
"vgaf1256.fon"
,
"vgas1256
.fon"
,
"cou
e1256.fon"
,
"sere1256.fon"
,
"smae1256.fon"
,
"ssee1256
.fon"
,
},
/* Korean */
{
949
,
949
,
"vga949.fon"
,
"hvgafix.fon"
,
"hvgasys.fon"
,
/* Baltic */
{
1257
,
775
,
"vga775.fon"
,
"vgaf1257.fon"
,
"vgas1257.fon"
,
"coue1257.fon"
,
"sere1257.fon"
,
"smae1257.fon"
,
"ssee1257.fon"
,
},
/* Vietnamese */
{
1258
,
1258
,
"vga850.fon"
,
"vgafix.fon"
,
"vgasys.fon"
,
"coure.fon"
,
"serife.fon"
,
"smalle.fon"
,
"sserife.fon"
,
},
/* Thai */
{
874
,
874
,
"vga850.fon"
,
"vgaf874.fon"
,
"vgas874.fon"
,
"coure.fon"
,
"serife.fon"
,
"smalle.fon"
,
"ssee874.fon"
,
},
/*
Turkish
*/
{
1254
,
857
,
"vga857.fon"
,
"vgafixt.fon"
,
"vgasyst
.fon"
,
"coure
t.fon"
,
"serifet.fon"
,
"smallet.fon"
,
"sserifet
.fon"
,
/*
Japanese
*/
{
932
,
932
,
"vga932.fon"
,
"jvgafix.fon"
,
"jvgasys
.fon"
,
"coure
.fon"
,
"serife.fon"
,
"jsmalle.fon"
,
"sserife
.fon"
,
},
/*
Vietnamese
*/
{
1258
,
1258
,
"vga850.fon"
,
"vgafix.fon"
,
"
vgasys.fon"
,
/*
Chinese Simplified
*/
{
936
,
936
,
"vga936.fon"
,
"svgafix.fon"
,
"s
vgasys.fon"
,
"coure.fon"
,
"serife.fon"
,
"smalle.fon"
,
"sserife.fon"
,
},
/*
English (United States)
*/
{
1252
,
437
,
"vgaoem.fon"
,
"vgafix.fon"
,
"
vgasys.fon"
,
/*
Korean
*/
{
949
,
949
,
"vga949.fon"
,
"hvgafix.fon"
,
"h
vgasys.fon"
,
"coure.fon"
,
"serife.fon"
,
"smalle.fon"
,
"sserife.fon"
,
},
/*
English (United Kingdom)
*/
{
1252
,
850
,
"vga850.fon"
,
"vgafix.fon"
,
"
vgasys.fon"
,
/*
Chinese Traditional
*/
{
950
,
950
,
"vga950.fon"
,
"cvgafix.fon"
,
"c
vgasys.fon"
,
"coure.fon"
,
"serife.fon"
,
"smalle.fon"
,
"sserife.fon"
,
}
};
...
...
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