Split SkFontHost_win_dw.
authorbungeman <bungeman@google.com>
Thu, 5 Jun 2014 20:38:45 +0000 (13:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 5 Jun 2014 20:38:45 +0000 (13:38 -0700)
commit51daa25a2b16bca578e78b7ea1e5815b9abb8b0b
tree200975ffc55d044e7d22d1291152152e2423ce09
parentc3b589a24eb4d567a906189f882c259ecf5c2f58
Split SkFontHost_win_dw.

Split SkFontHost_win_dw into FontMgr, Typeface, and ScalerContext.
This makes working on these files easier, and moves away from the legacy
FontHost naming.

R=reed@google.com

Author: bungeman@google.com

Review URL: https://codereview.chromium.org/314193002
gyp/ports.gyp
src/ports/SkFontHost_win_dw.cpp
src/ports/SkFontMgr_win_dw.cpp [new file with mode: 0644]
src/ports/SkScalerContext_win_dw.h [new file with mode: 0644]
src/ports/SkTypeface_win_dw.cpp [new file with mode: 0644]
src/ports/SkTypeface_win_dw.h [new file with mode: 0644]
src/utils/win/SkDWrite.h