HomeSort by relevance Sort by last modified time
    Searched refs:spaceWidth (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 116 float spaceWidth() const { return primaryFont()->spaceWidth() + fontDescription().letterSpacing(); }
230 float tabWidth = tabSize * fontData.spaceWidth() + fontDescription().letterSpacing();