HomeSort by relevance Sort by last modified time
    Searched full:kerninglength (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 85 SVGLength kerningLength = style->kerning();
86 if (kerningLength.unitType() == LengthTypePercentage)
87 kerning = kerningLength.valueAsPercentage() * m_font.pixelSize();
90 kerning = kerningLength.value(lengthContext);

Completed in 36 milliseconds