floatWidthUsingSVGFont 47 Source/core/rendering/svg/SVGTextRunRenderingContext.h virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const OVERRIDE; floatWidthUsingSVGFont 180 Source/platform/fonts/Font.cpp return renderingContext->floatWidthUsingSVGFont(*this, run, charsConsumed, glyphId); floatWidthUsingSVGFont 224 Source/platform/text/TextRun.h virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const = 0;