aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypeface.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-08-08 09:09:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-08 09:09:59 -0700
commit8b1d32c8d017c84828ed65af38cd1f1e7075ce08 (patch)
tree782bf807efb6198f98931b119e6431fd82f24a9d /include/core/SkTypeface.h
parent4e97607d9a1cef66fac16f347c5ca813ec4f9515 (diff)
SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over
No public API changes. TBR=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2222523003 Review-Url: https://codereview.chromium.org/2222523003
Diffstat (limited to 'include/core/SkTypeface.h')
-rw-r--r--include/core/SkTypeface.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h
index 83008d3abf..30a0903bbd 100644
--- a/include/core/SkTypeface.h
+++ b/include/core/SkTypeface.h
@@ -332,11 +332,9 @@ protected:
// The type of advance data wanted.
enum PerGlyphInfo {
kNo_PerGlyphInfo = 0x0, // Don't populate any per glyph info.
- kHAdvance_PerGlyphInfo = 0x1, // Populate horizontal advance data.
- kVAdvance_PerGlyphInfo = 0x2, // Populate vertical advance data.
- kGlyphNames_PerGlyphInfo = 0x4, // Populate glyph names (Type 1 only).
- kToUnicode_PerGlyphInfo = 0x8 // Populate ToUnicode table, ignored
- // for Type 1 fonts
+ kGlyphNames_PerGlyphInfo = 0x1, // Populate glyph names (Type 1 only).
+ kToUnicode_PerGlyphInfo = 0x2 // Populate ToUnicode table, ignored
+ // for Type 1 fonts
};
/** uniqueID must be unique and non-zero