mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Draw: Support for linux korean fonts
git-svn-id: svn://ultimatepp.org/upp/trunk@9160 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5342d2c346
commit
d5fe7bd061
1 changed files with 4 additions and 0 deletions
|
|
@ -259,6 +259,10 @@ struct sRFace {
|
|||
{ "FreeSans", 0xfff23d00, 0xfc00000f },
|
||||
{ "FreeSerif", 0xfffd3938, 0xfc00080f },
|
||||
{ "Symbol", 0xe4000000, 0x8800000f },
|
||||
{ "NanumGothic", 0xe5800000, 0xae7ff7e1 },
|
||||
{ "WenQuanYi Micro Hei Mono", 0xffe00008, 0xda7ff7e1 },
|
||||
{ "NanumMyeongjo", 0xe5800000, 0x8a0007e1 },
|
||||
{ "WenQuanYi Micro Hei", 0xffe00008, 0xda7ff7e1 },
|
||||
};
|
||||
|
||||
struct sFontMetricsReplacement {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue