mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 03:58:03 +02:00
Make Xutf8DrawString works correctly with ISO10646 fonts.
Signed-off-by: Liang Chang <l-chang@users.sourceforge.net>
This commit is contained in:
parent
3ad36c5d3d
commit
934417b1e8
1 changed files with 1 additions and 0 deletions
|
|
@ -2358,6 +2358,7 @@ _XlcAddUtf8LocaleConverters(
|
|||
/* Register converters for XlcNFontCharSet */
|
||||
_XlcSetConverter(lcd, XlcNMultiByte, lcd, XlcNFontCharSet, open_utf8tofcs);
|
||||
_XlcSetConverter(lcd, XlcNWideChar, lcd, XlcNFontCharSet, open_wcstofcs);
|
||||
_XlcSetConverter(lcd, XlcNUtf8String, lcd, XlcNFontCharSet, open_utf8tofcs);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue