Improved description of charset values under MSW.

This commit is contained in:
Catalin 2017-02-23 19:20:20 +02:00
parent 933e3e6fc5
commit 882e109ed5

View File

@ -23,8 +23,8 @@
// Under X, it contains the last 2 elements of the font specifications // Under X, it contains the last 2 elements of the font specifications
// (registry and encoding). // (registry and encoding).
// //
// Under Windows, it contains a number which is one of predefined CHARSET_XXX // Under Windows, it contains a number which is one of predefined XXX_CHARSET
// values. // values (https://msdn.microsoft.com/en-us/library/cc250412.aspx).
// //
// Under all platforms it also contains a facename string which should be // Under all platforms it also contains a facename string which should be
// used, if not empty, to create fonts in this encoding (this is the only way // used, if not empty, to create fonts in this encoding (this is the only way