Searched refs:FontWeight (Results 1 – 13 of 13) sorted by relevance
34 enum FontWeight { enum78 FontWeight weight() const { return static_cast<FontWeight>(m_weight); } in weight()79 FontWeight lighterWeight() const;80 FontWeight bolderWeight() const;94 void setWeight(FontWeight w) { m_weight = w; } in setWeight()
35 FontWeight FontDescription::lighterWeight(void) const in lighterWeight()65 FontWeight FontDescription::bolderWeight(void) const in bolderWeight()
103 FontWeight weight() const { return m_fontDescription.weight(); } in weight()
44 static inline QFont::Weight toQFontWeight(FontWeight fontWeight) in toQFontWeight()
57 static wxFontWeight fontWeightToWxFontWeight(FontWeight weight) in fontWeightToWxFontWeight()
434 static LONG toGDIFontWeight(FontWeight fontWeight) in toGDIFontWeight()
293 static LONG toGDIFontWeight(FontWeight fontWeight) in create()
73 static int toAppKitFontWeight(FontWeight fontWeight)
311 static LONG toGDIFontWeight(FontWeight fontWeight) in toGDIFontWeight()
174 static FontWeight toFontWeight(NSInteger appKitFontWeight)182 static FontWeight fontWeights[] = {
184 static FontWeight toFontWeight(NSInteger appKitFontWeight)192 static FontWeight fontWeights[] = {
34636 (WebCore::FontWeight): Added this enumeration.34639 (WebCore::FontDescription::weight): Changed to return a FontWeight.34641 (WebCore::FontDescription::setWeight): Changed to take a FontWeight.34644 (WebCore::toAppKitFontWeight): Added. Maps a FontWeight to the AppKit34657 (WebCore::toGDIFontWeight): Added. Maps a FontWeight to a GDI font34714 0-15 to the FontWeight range.
6555 Add mapping FontWeight to QFont::Weight values as requested via FIXME.