Home
last modified time | relevance | path

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

/dports/www/wt/wt-4.6.1/src/Wt/
H A DFontSupportSimple.C83 return matchFont(*font_).fileName(); in drawingFontPath()
126 FontSupport::FontMatch FontSupport::matchFont(const WFont& font) const in matchFont() function
141 FontMatch m = matchFont(font, fontCollections_[i].directory, in matchFont()
157 FontSupport::FontMatch FontSupport::matchFont(const WFont& font, in matchFont() function
204 matchFont(font, fontNames, directory, recursive, match); in matchFont()
209 void FontSupport::matchFont(const WFont& font, in matchFont() function
222 matchFont(font, fontNames, f, recursive, match); in matchFont()
227 matchFont(font, fontNames, f, match); in matchFont()
234 void FontSupport::matchFont(const WFont& font, in matchFont() function
H A DFontSupport.h147 FontMatch matchFont(const WFont& f) const;
238 FontMatch matchFont(const WFont& font, const std::string& directory,
240 void matchFont(const WFont& font,
245 void matchFont(const WFont& font,
H A DFontSupportPango.C196 FontSupport::FontMatch FontSupport::matchFont(const WFont& f) const in matchFont() function
265 FontMatch match = matchFont(font); in layoutText()
379 PangoFont *pangoFont = matchFont(font).pangoFont(); in fontMetrics()
549 PangoFont *pangoFont = matchFont(font).pangoFont(); in drawText()
H A DFontSupportDirectWrite.C571 FontSupport::FontMatch FontSupport::matchFont(const WFont &f) const in matchFont() function
661 FontMatch match = matchFont(f); in fontMetrics()
695 FontMatch match = matchFont(f); in measureText()
725 FontMatch match = matchFont(f); in layoutText()
H A DWPdfImage.C303 FontSupport::FontMatch match = trueTypeFonts_->matchFont(font); in setChanged()
H A DWRasterImage-gm.C558 FontSupport::FontMatch match = impl_->fontSupport_->matchFont(font); in setChanged()
H A DWRasterImage-d2d1.C349 impl_->currentFontMatch_ = impl_->fontSupport_->matchFont(WFont()); in WRasterImage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/kf5/
H A DKF5SalFrame.cxx72 psp::PrintFontManager::get().matchFont(aInfo, rLocale); in toFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/kf5/
H A DKF5SalFrame.cxx73 psp::PrintFontManager::get().matchFont(aInfo, rLocale); in toFont()
/dports/www/falkon/falkon-3.2.0/src/lib/adblock/
H A Dadblockrule.h107 bool matchFont(const QWebEngineUrlRequestInfo &request) const;
H A Dadblockrule.cpp274 if (hasOption(FontOption) && !matchFont(request)) { in networkMatch()
398 bool AdBlockRule::matchFont(const QWebEngineUrlRequestInfo &request) const in matchFont() function in AdBlockRule
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/android/
H A Dandroidinst.cxx134 psp::PrintFontManager::get().matchFont( aInfo, rSettings.GetUILocale() ); in UpdateSettings()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dfontmanager.hxx310 void matchFont( FastPrintFontInfo& rInfo, const css::lang::Locale& rLocale );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/android/
H A Dandroidinst.cxx121 psp::PrintFontManager::get().matchFont( aInfo, rSettings.GetUILocale() ); in UpdateSettings()
/dports/math/R/R-4.1.2/src/library/grDevices/R/
H A Dpostscript.R257 matchFont(pf, old$encoding)
356 matchFont(pf, old$encoding)
623 matchFont <- function(font, encoding) { function
/dports/math/libRmath/R-4.1.1/src/library/grDevices/R/
H A Dpostscript.R257 matchFont(pf, old$encoding)
356 matchFont(pf, old$encoding)
623 matchFont <- function(font, encoding) { function
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dfontmanager.hxx318 void matchFont( FastPrintFontInfo& rInfo, const css::lang::Locale& rLocale );
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/AdBlock/
H A DAdBlockRule.py455 not self.matchFont(request)
732 def matchFont(self, req): member in AdBlockRule
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1137 void PrintFontManager::matchFont( FastPrintFontInfo& rInfo, const css::lang::Locale& rLocale ) in matchFont() function in PrintFontManager
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1228 void PrintFontManager::matchFont( FastPrintFontInfo& rInfo, const css::lang::Locale& rLocale ) in matchFont() function in PrintFontManager
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dsalnativewidgets-gtk.cxx2266 psp::PrintFontManager::get().matchFont(aInfo, rLocale); in pango_to_vcl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3salnativewidgets-gtk.cxx2963 psp::PrintFontManager::get().matchFont(aInfo, rLocale); in pango_to_vcl()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api10430 eric6.WebBrowser.AdBlock.AdBlockRule.AdBlockRule.matchFont?4(req)