Home
last modified time | relevance | path

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

/dports/www/wt/wt-4.6.1/src/Wt/
H A DFontSupportDirectWrite.C421 if (fontFamilyFileName_.empty()) in fileName()
422 fontFamilyFileName_ = WString(fileNameForFont(font_)).toUTF8(); in fileName()
424 return fontFamilyFileName_; in fileName()
448 fontFamilyFileName_(fontFamilyFileName) in FontMatch()
462 fontFamilyFileName_(other.fontFamilyFileName_) in FontMatch()
484 fontFamilyFileName_ = other.fontFamilyFileName_;
501 fontFamilyFileName_(std::move(other.fontFamilyFileName_)) in FontMatch()
516 fontFamilyFileName_ = std::move(other.fontFamilyFileName_);
H A DFontSupport.h135 mutable std::string fontFamilyFileName_; variable