commit | 88b138da99328b04cae9a8ee19c3882b8847a550 | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Thu Aug 11 12:25:09 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 11 12:25:09 2016 -0700 |
tree | e4270425495cb358756e70bdb63c51fe36dc737b | |
parent | 86e7626f080028edd58f4b326e0ba9fa83c4208e [diff] |
SkPDF: Subset Type3 (fallback) font Motivation: significant file-size reduction. Also: SkPDFFont::subsetFont() returns a sk_sp<SkPDFObject> rather than a SkPDFFont*. SkPDFType3Font constructor no longer populates font info; relies on subsetting. SkPDFFont::Create is easier to read Also: SkPDFType3Font are scaled by emSize rather than 1000. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2231483002 Review-Url: https://codereview.chromium.org/2231483002