[glyf] minor
authorEbrahim Byagowi <ebrahim@gnu.org>
Sat, 8 Dec 2018 10:27:39 +0000 (13:57 +0330)
committerGitHub <noreply@github.com>
Sat, 8 Dec 2018 10:27:39 +0000 (13:57 +0330)
src/hb-ot-glyf-table.hh

index 23d16a7..ad047a2 100644 (file)
@@ -271,11 +271,14 @@ struct glyf
     }
 
     enum simple_glyph_flag_t {
+      FLAG_ON_CURVE = 0x01,
       FLAG_X_SHORT = 0x02,
       FLAG_Y_SHORT = 0x04,
       FLAG_REPEAT = 0x08,
       FLAG_X_SAME = 0x10,
-      FLAG_Y_SAME = 0x20
+      FLAG_Y_SAME = 0x20,
+      FLAG_RESERVED1 = 0x40,
+      FLAG_RESERVED2 = 0x80
     };
 
     /* based on FontTools _g_l_y_f.py::trim */