commit | 7e8d5d3519ea2d4c7f158ff9737843e20daad0cb | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Fri Aug 12 07:59:38 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 12 07:59:38 2016 -0700 |
tree | 3df7ff4e9de0e2b177900f589cb32cdc9e466290 | |
parent | 70c43efb6e83fb034f387ffd767b5a4fcbca6ea1 [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 Committed: https://skia.googlesource.com/skia/+/88b138da99328b04cae9a8ee19c3882b8847a550 Review-Url: https://codereview.chromium.org/2231483002