Return canonical logfont size to 64.
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sun, 8 Sep 2013 19:36:58 +0000 (19:36 +0000)
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sun, 8 Sep 2013 19:36:58 +0000 (19:36 +0000)
commit53cbb0baac09e60e7633c15301a29a83afb1a8de
tree95f453c703be8120410d17d50a142ae1c55b8508
parent14bb80841b4bf12f59f391eabc424fea2ca9ad30
Return canonical logfont size to 64.

This is to fix crbug/277301. With skia:r9057 the canonical logfont size
was set to 2048 in an attempt to get better font metrics. The font size
is now being handled in a cleaner way, so this motivation no longer
exists. However, when the logfont size is large GDI will substitute a
vector font for a bitmap font. This results in incorrect results for
bitmap fonts as they are no longer properly detected by the typeface.

git-svn-id: http://skia.googlecode.com/svn/trunk@11145 2bbb7eff-a529-9590-31e7-b0007b416f81
src/ports/SkFontHost_win.cpp