Skip to content

Commit

Permalink
[glyf] minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Dec 8, 2018
1 parent f7cfe99 commit 1683bb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/hb-ot-glyf-table.hh
Expand Up @@ -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 */
Expand Down

0 comments on commit 1683bb2

Please sign in to comment.