Searched defs:isPrinterFont (Results 1 – 3 of 3) sorted by relevance
140 bool isPrinterFont = false; in platformWidthForGlyph() local
98 bool isPrinterFont() const { return m_fontDescription.usePrinterFont(); } in isPrinterFont() function
75 Font::Font(const FontPlatformData& fontData, bool isPrinterFont) in Font()