Searched defs:genericFamily (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontDescription.h121 GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); } function in class:WebCore::FontDescription
154 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; } argument

Completed in 67 milliseconds