Font Technology
To select the appropriate font and output text in local script3
-
Use:
-
EnumFontFamilies or ChooseFont to select fonts
-
GetTextCharSetInfo to generate the font signature
-
GetLocaleInfo to generate the locale signature
-
Record the charset in your document files
-
Avoid:
-
using OEM_CHARSET
-
using ANSI_CHARSET by default
-
assuming a given font facename exists