Searched refs:findXftFont (Results 1 – 1 of 1) sorted by relevance
62 XftFont *findXftFont(const std::string &fontname, unsigned int screen);268 XftFont *bt::FontCache::findXftFont(const std::string &fontname, in findXftFont() function in bt::FontCache274 return findXftFont(defaultXftFont, screen); in findXftFont()411 _xftfont = fontcache->findXftFont(_fontname, _screen); in xftFont()