Searched refs:downloadableBinaryFontsEnabled (Results 1 – 3 of 3) sorted by relevance
821 void Settings::setDownloadableBinaryFontsEnabled(bool downloadableBinaryFontsEnabled) in setDownloadableBinaryFontsEnabled() argument823 m_downloadableBinaryFontsEnabled = downloadableBinaryFontsEnabled; in setDownloadableBinaryFontsEnabled()
350 bool downloadableBinaryFontsEnabled() const { return m_downloadableBinaryFontsEnabled; } in downloadableBinaryFontsEnabled() function
246 … bool allowDownloading = foundSVGFont || (settings && settings->downloadableBinaryFontsEnabled()); in addFontFaceRule()