Home | History | Annotate | Download | only in gtk

Lines Matching defs:FontPlatformData

26 #include "FontPlatformData.h"
46 PangoFontMap* FontPlatformData::m_fontMap = 0;
47 GHashTable* FontPlatformData::m_hashTable = 0;
49 FontPlatformData::FontPlatformData(const FontDescription& fontDescription, const AtomicString& familyName)
57 FontPlatformData::init();
130 FontPlatformData::FontPlatformData(float size, bool bold, bool italic)
140 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, int size, bool bold, bool italic)
163 bool FontPlatformData::init()
191 FontPlatformData::~FontPlatformData()
209 bool FontPlatformData::isFixedPitch()
217 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& other)
248 FontPlatformData::FontPlatformData(const FontPlatformData& other)
256 bool FontPlatformData::operator==(const FontPlatformData& other) const
272 String FontPlatformData::description() const