Searched refs:AnyFont (Results 1 – 3 of 3) sorted by relevance
65 enum EnabledFontFormats { AnyFont, // Any available font format enumerator139 FontSupport(WPaintDevice *device, EnabledFontFormats enabledFontFormats=AnyFont);
45 static Wt::FontSupport::EnabledFontFormats enabledFontFormats = Wt::FontSupport::AnyFont;
343 impl_->fontSupport_ = new FontSupport(this, FontSupport::AnyFont); in WRasterImage()