Home | History | Annotate | Download | only in freetype

Lines Matching refs:FontPlatformData

26 #include "FontPlatformData.h"
115 FontPlatformData::FontPlatformData(FcPattern* pattern, const FontDescription& fontDescription)
139 FontPlatformData::FontPlatformData(float size, bool bold, bool italic)
150 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic)
166 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& other)
191 FontPlatformData::FontPlatformData(const FontPlatformData& other)
198 FontPlatformData::FontPlatformData(const FontPlatformData& other, float size)
208 FontPlatformData::~FontPlatformData()
219 bool FontPlatformData::isFixedPitch()
224 bool FontPlatformData::operator==(const FontPlatformData& other) const
236 String FontPlatformData::description() const
242 void FontPlatformData::initializeWithFontFace(cairo_font_face_t* fontFace)
274 bool FontPlatformData::hasCompatibleCharmap()