mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 10:22:34 +01:00
- Added support for antialiased text with multibyte languages too.
(only tested on russian, since that's the only multibyte language I can test).
This commit is contained in:
@@ -626,6 +626,8 @@ WMCreateScreenWithRContext(Display *display, int screen, RContext *context)
|
||||
|
||||
scrPtr->fontSetCache = WMCreateHashTable(WMStringPointerHashCallbacks);
|
||||
|
||||
scrPtr->xftFontSetCache = WMCreateHashTable(WMStringPointerHashCallbacks);
|
||||
|
||||
#ifdef XFT
|
||||
scrPtr->hasXftSupport = XftDefaultHasRender(scrPtr->display);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user