diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-13 19:49:38 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-13 19:49:38 +0000 |
commit | f4881dc8d74047afea3a472d5894131ee3f932c4 (patch) | |
tree | 99ebbe6b6b4875a6f12dce3bd676432b0f5f2ec6 /webkit/tools/test_shell/resources | |
parent | 5e5df761233caddcf93aa5e2931759e5b490d04a (diff) | |
download | chromium_src-f4881dc8d74047afea3a472d5894131ee3f932c4.zip chromium_src-f4881dc8d74047afea3a472d5894131ee3f932c4.tar.gz chromium_src-f4881dc8d74047afea3a472d5894131ee3f932c4.tar.bz2 |
Re-add code to load the ahem font.
We used to load the font. Then came the font hacks from afm files
which made it no longer necessary to load the font. The code to
load the font was removed. Then we got rid of the font hacks and
rebaselined everything.
There are lots of updated results (hundreds), but I'm not uploading
them to rietveld. I used grep to figure out which tests have
"ahem" in them and rebaselined them.
Review URL: http://codereview.chromium.org/7097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/resources')
-rw-r--r-- | webkit/tools/test_shell/resources/test_shell.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/resources/test_shell.rc b/webkit/tools/test_shell/resources/test_shell.rc index a8fe86e..1366891 100644 --- a/webkit/tools/test_shell/resources/test_shell.rc +++ b/webkit/tools/test_shell/resources/test_shell.rc @@ -28,6 +28,9 @@ LANGUAGE 9, 1 IDI_TESTSHELL ICON "test_shell.ico" IDI_SMALL ICON "small.ico" +IDR_AHEM_FONT BINDATA "AHEM____.TTF" + + ///////////////////////////////////////////////////////////////////////////// // // Menu @@ -80,7 +83,6 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP END - #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // |