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

/external/webkit/Source/WebCore/platform/graphics/
H A DFontDescription.h39 enum FontWeight { enum in namespace:WebCore
89 FontWeight weight() const { return static_cast<FontWeight>(m_weight); }
90 FontWeight lighterWeight() const;
91 FontWeight bolderWeight() const;
113 void setWeight(FontWeight w) { m_weight = w; }
145 unsigned m_weight : 8; // FontWeight

Completed in 105 milliseconds