HomeSort by relevance Sort by last modified time
    Searched defs:isPrinterFont (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontPlatformData.h 90 FontPlatformData(NSFont*, float size, bool isPrinterFont = false, bool syntheticBold = false, bool syntheticOblique = false,
118 bool isPrinterFont() const { return m_isPrinterFont; }
Font.h 121 bool isPrinterFont() const { return m_fontDescription.usePrinterFont(); }

Completed in 50 milliseconds