aboutsummaryrefslogtreecommitdiff
path: root/cpp/src/sfntly/table/core/font_header_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/sfntly/table/core/font_header_table.h')
-rw-r--r--cpp/src/sfntly/table/core/font_header_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/sfntly/table/core/font_header_table.h b/cpp/src/sfntly/table/core/font_header_table.h
index 841955b..4851775 100644
--- a/cpp/src/sfntly/table/core/font_header_table.h
+++ b/cpp/src/sfntly/table/core/font_header_table.h
@@ -24,6 +24,7 @@ namespace sfntly {
struct IndexToLocFormat {
enum {
+ kInvalidOffset = -1,
kShortOffset = 0,
kLongOffset = 1
};