Searched refs:setWeight (Results 1 – 25 of 25) sorted by relevance
43 font.setWeight(QFont::Bold); in fontPlatformData()
47 m_font.setWeight(toQFontWeight(description.weight())); in FontPlatformData()
48 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal); in fontPlatformData()
307 fontDescription.setWeight(FontWeightNormal);
94 void setWeight(FontWeight w) { m_weight = w; } in setWeight() function
113 f.setWeight(QFont::Normal); in main()
66 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal); in makeFont()
112 d.setWeight(d.bolderWeight()); in updateFromElement()329 d.setWeight(d.bolderWeight()); in paintItemForeground()
308 cachedDesc->setWeight(FontWeightNormal); in systemFont()
198 fontDescription.setWeight(FontWeightNormal); in systemFont()
262 …fontDescription.setWeight(logFont.lfWeight >= 700 ? FontWeightBold : FontWeightNormal); // FIXME: … in fillFontDescription()
242 cachedDesc->setWeight(FontWeightNormal); in systemFont()
256 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
266 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
200 d.setWeight(d.bolderWeight()); in calculatePositionAndSize()524 d.setWeight(d.bolderWeight()); in paint()
178 desc.setWeight(bold ? FontWeightBold : FontWeightNormal); in dragLabelFont()
3056 fontDescription.setWeight(m_parentStyle->fontDescription().weight()); in applyProperty()3058 fontDescription.setWeight(FontWeightNormal); in applyProperty()3065 fontDescription.setWeight(fontDescription.bolderWeight()); in applyProperty()3068 fontDescription.setWeight(fontDescription.lighterWeight()); in applyProperty()3072 fontDescription.setWeight(FontWeightBold); in applyProperty()3076 fontDescription.setWeight(FontWeightNormal); in applyProperty()3079 fontDescription.setWeight(FontWeight900); in applyProperty()3082 fontDescription.setWeight(FontWeight800); in applyProperty()3085 fontDescription.setWeight(FontWeight600); in applyProperty()3088 fontDescription.setWeight(FontWeight500); in applyProperty()[all …]
847 d.setWeight(FontWeightBold); in getRowFont()
12783 (QFont::setWeight): Simplify since we don't have an NSFont.16331 (QFont::setFamily), (QFont::setPixelSizeFloat), (QFont::setWeight),16468 (QFont::setWeight), (QFont::weight), (QFont::setItalic), (QFont::italic),
18080 (QFont::setWeight):19363 (WebCore::FontDescription::setWeight):19577 (QFont::setWeight):
18637 (QFont::setWeight):
1412 (QFont::setWeight): Ditto. Same caveat.41592 (QFont::setWeight): Use KWQRelease instead of release.
10444 (QFont::setWeight): Ditto.
58167 (WebCore::FontDescription::setWeight):
34641 (WebCore::FontDescription::setWeight): Changed to take a FontWeight.