Searched refs:GenericFamilyType (Results 1 – 6 of 6) sorted by relevance
55 enum GenericFamilyType { NoFamily, StandardFamily, SerifFamily, SansSerifFamily, enum92 …GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); } in genericFamily()114 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; } in setGenericFamily()
50 const UChar* getFontFamilyForScript(UScriptCode, FontDescription::GenericFamilyType);59 FontDescription::GenericFamilyType,
115 FontDescription::GenericFamilyType mType; in createFontPlatformData()125 FontDescription::GenericFamilyType type = fontDescription.genericFamily(); in createFontPlatformData()
305 FontDescription::GenericFamilyType generic) in getFontFamilyForScript()329 FontDescription::GenericFamilyType generic, in getFallbackFamily()
523 FontDescription::GenericFamilyType generic = description.genericFamily(); in getLastResortFallbackFont()
61 desc.setGenericFamily(static_cast<FontDescription::GenericFamilyType>(genericFamily)); in operator WebCore::FontDescription()