Home
last modified time | relevance | path

Searched refs:findXftFont (Results 1 – 1 of 1) sorted by relevance

/dports/x11-wm/blackbox/blackbox-0.70.1/lib/
H A DFont.cc62 XftFont *findXftFont(const std::string &fontname, unsigned int screen);
268 XftFont *bt::FontCache::findXftFont(const std::string &fontname, in findXftFont() function in bt::FontCache
274 return findXftFont(defaultXftFont, screen); in findXftFont()
411 _xftfont = fontcache->findXftFont(_fontname, _screen); in xftFont()