Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79074
Collapse All | Expand All

(-)fluxbox-0.9.11.orig/src/FbTk/Font.cc (-1 / +1 lines)
Lines 293-299 Link Here
293
    // create the right font implementation
293
    // create the right font implementation
294
    // antialias is prio 1
294
    // antialias is prio 1
295
#ifdef USE_XFT
295
#ifdef USE_XFT
296
    if (antialias) {
296
    if (antialias || m_utf8mode) {
297
        m_fontimp.reset(new XftFontImp(0, m_utf8mode));
297
        m_fontimp.reset(new XftFontImp(0, m_utf8mode));
298
    }
298
    }
299
#endif //USE_XFT
299
#endif //USE_XFT

Return to bug 79074