summaryrefslogtreecommitdiff
path: root/sfntly/tag.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sfntly/tag.cc')
-rw-r--r--sfntly/tag.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/sfntly/tag.cc b/sfntly/tag.cc
index e3c11cd..893b74d 100644
--- a/sfntly/tag.cc
+++ b/sfntly/tag.cc
@@ -52,6 +52,17 @@ const int32_t Tag::PCLT = GenerateTag('P', 'C', 'L', 'T');
const int32_t Tag::VDMX = GenerateTag('V', 'D', 'M', 'X');
const int32_t Tag::vhea = GenerateTag('v', 'h', 'e', 'a');
const int32_t Tag::vmtx = GenerateTag('v', 'm', 't', 'x');
+const int32_t Tag::bsln = GenerateTag('b', 's', 'l', 'n');
+const int32_t Tag::feat = GenerateTag('f', 'e', 'a', 't');
+const int32_t Tag::lcar = GenerateTag('l', 'c', 'a', 'r');
+const int32_t Tag::morx = GenerateTag('m', 'o', 'r', 'x');
+const int32_t Tag::opbd = GenerateTag('o', 'p', 'b', 'd');
+const int32_t Tag::prop = GenerateTag('p', 'r', 'o', 'p');
+const int32_t Tag::Feat = GenerateTag('F', 'e', 'a', 't');
+const int32_t Tag::Glat = GenerateTag('G', 'l', 'a', 't');
+const int32_t Tag::Gloc = GenerateTag('G', 'l', 'o', 'c');
+const int32_t Tag::Sile = GenerateTag('S', 'i', 'l', 'e');
+const int32_t Tag::Silf = GenerateTag('S', 'i', 'l', 'f');
const int32_t Tag::bhed = GenerateTag('b', 'h', 'e', 'd');
const int32_t Tag::bdat = GenerateTag('b', 'd', 'a', 't');
const int32_t Tag::bloc = GenerateTag('b', 'l', 'o', 'c');