Home | History | Annotate | Download | only in wince

Lines Matching refs:weight

194     LONG weight = FontPlatformData::adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName);
195 traitsMask |= weight == FW_THIN ? FontWeight100Mask :
196 weight == FW_EXTRALIGHT ? FontWeight200Mask :
197 weight == FW_LIGHT ? FontWeight300Mask :
198 weight == FW_NORMAL ? FontWeight400Mask :
199 weight == FW_MEDIUM ? FontWeight500Mask :
200 weight == FW_SEMIBOLD ? FontWeight600Mask :
201 weight == FW_BOLD ? FontWeight700Mask :
202 weight == FW_EXTRABOLD ? FontWeight800Mask :
306 if (unicodeRange == cRangeThai && fontDescription.weight() > FontWeightNormal)