Home | History | Annotate | Download | only in mac

Lines Matching defs:FontPlatformData

54 struct FontPlatformData {
55 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique)
67 FontPlatformData(NSFont *nsFont, bool syntheticBold = false, bool syntheticOblique = false);
69 FontPlatformData(CGFontRef cgFont, ATSUFontID fontID, float size, bool syntheticBold, bool syntheticOblique)
79 FontPlatformData(const FontPlatformData&);
81 ~FontPlatformData();
83 FontPlatformData(WTF::HashTableDeletedValueType) : m_font(hashTableDeletedFontValue()) { }
103 const FontPlatformData& operator=(const FontPlatformData& f);
105 bool operator==(const FontPlatformData& other) const