Searched refs:avgCharWidth (Results 1 – 6 of 6) sorted by relevance
109 float avgCharWidth() const { return m_avgCharWidth; } in avgCharWidth() function
93 BigEndianUShort avgCharWidth; member
552 return roundf(style()->font().primaryFont()->avgCharWidth()); in getAvgCharWidth()
15270 -set text input width to size*avgCharWidth + maxCharWidth - avgCharWidth15271 -set textarea width to cols*avgCharWidth15281 -Win: TextMetrics expose avgCharWidth and maxCharWidth15282 -SVG: avgCharWidth = width of an '0', fallback on width of a space glyph, then m_xHeight15284 -Linux: avgCharWidth = width of an '0', fallback on m_xHeight15285 maxCharWidth = max of avgCharWidth and m_ascent15286 -Mac: Calculate the avgCharWidth and grab the maxCharWidth off the font.15300 (WebCore::SimpleFontData::avgCharWidth):18632 -set text input width to size*avgCharWidth + maxCharWidth - avgCharWidth18633 -set textarea width to cols*avgCharWidth[all …]
19288 (WebCore::SimpleFontData::avgCharWidth):
48467 For Mac fonts that have invalid avgCharWidth entries in the OS/2 table,