Closed bluenlive closed 9 years ago
I've chosen Goong-seo font. Maybe you can see the difference.
In r940, even if I choose Goong-seo font, system default font is shown.
(Not Goong-seo font, it's Gulim font, old and ugly system default font)
Applying patch, we can see Goong-seo font correctly.
What baffles me is if the WideCharToMultiByte
is needed now at all...
Scintilla 3.5.3 interpret font names in UTF-8. In previous versions, font names were sent in ANSI.
So, Styles.c should be patched to send font names in UTF-8.