diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 23:10:29 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 23:10:29 +0000 |
commit | f80821f8daed7afa20cec3685a9897460242ba3a (patch) | |
tree | a604a9a82c33932375cffebe2337df66afa3abc6 /app/gfx/font.h | |
parent | 4c8a86f8e37d96d6e0836215665698ad42577de4 (diff) | |
download | chromium_src-f80821f8daed7afa20cec3685a9897460242ba3a.zip chromium_src-f80821f8daed7afa20cec3685a9897460242ba3a.tar.gz chromium_src-f80821f8daed7afa20cec3685a9897460242ba3a.tar.bz2 |
Forcing font size to be >= IDS_MINIMUM_UI_FONT_SIZE (usually 5, but for some
locales more than that).Fixed spelling in font.h.Added windows only unittest for
it.
BUG=2919 (http://crbug.com/2919)
TEST=Pass font_unittest on Windows
Patch by cira
Original Review: http://codereview.chromium.org/125159
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gfx/font.h')
-rw-r--r-- | app/gfx/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/font.h b/app/gfx/font.h index bf759f75..ef03d99 100644 --- a/app/gfx/font.h +++ b/app/gfx/font.h @@ -65,7 +65,7 @@ class Font { } // Returns a new Font derived from the existing font. - // size_deta is the size to add to the current font. See the single + // size_delta is the size to add to the current font. See the single // argument version of this method for an example. // The style parameter specifies the new style for the font, and is a // bitmask of the values: BOLD, ITALIC and UNDERLINED. |