diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-26 00:23:23 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-26 00:23:23 +0000 |
commit | f42d28c678cd72979d64eebed9ea879c59e2576a (patch) | |
tree | f5212da1c6af24ec4b4dd82acea43b0335725b7b /skia/include | |
parent | 5374a134f5547566ed821cceb9393201e4f68606 (diff) | |
download | chromium_src-f42d28c678cd72979d64eebed9ea879c59e2576a.zip chromium_src-f42d28c678cd72979d64eebed9ea879c59e2576a.tar.gz chromium_src-f42d28c678cd72979d64eebed9ea879c59e2576a.tar.bz2 |
Linux: match average char width with Windows
Review URL: http://codereview.chromium.org/12656
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6017 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/include')
-rw-r--r-- | skia/include/SkPaint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/include/SkPaint.h b/skia/include/SkPaint.h index 06009cb..921245b 100644 --- a/skia/include/SkPaint.h +++ b/skia/include/SkPaint.h @@ -587,6 +587,7 @@ public: SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0) SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0) SkScalar fHeight; //!< the vertical distance between two consecutive baselines (>= 0) + SkScalar fAvgCharWidth; //!< the average charactor width (>= 0) // VDMX values are exact ascent and descent values for scalable fonts at // a certain pixel size. |