widthForSVGGlyph 44 Source/core/svg/SVGFontData.h virtual float widthForSVGGlyph(Glyph, float fontSize) const OVERRIDE; widthForSVGGlyph 51 Source/platform/fonts/CustomFontData.h virtual float widthForSVGGlyph(Glyph, float) const { return 0.0f; } widthForSVGGlyph 282 Source/platform/fonts/SimpleFontData.h width = m_customFontData->widthForSVGGlyph(glyph, m_platformData.size());