Home
last modified time | relevance | path

Searched refs:kerningIsEnabled (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp394 bool kerningIsEnabled = font.fontDescription().typesettingFeatures() & Kerning; in setLogicalWidthForTextRun() local
417 if (kerningIsEnabled && lastEndOffset == run->m_stop) { in setLogicalWidthForTextRun()