commit | 09ad2613c8d8a60dac69a878c2d568adfea054c8 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Oct 08 23:30:24 2018 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Oct 08 23:30:24 2018 -0400 |
tree | 31683a9b8d0be677d95e280ece25554843942ca4 | |
parent | 3c23ff9b7c4241ec23054a95f1fdfbdef2c51f40 [diff] [blame] |
Separate fallback kern vs mark positioning
diff --git a/src/hb-ot-shape.hh b/src/hb-ot-shape.hh index 23c385a..7a1e385 100644 --- a/src/hb-ot-shape.hh +++ b/src/hb-ot-shape.hh
@@ -46,11 +46,11 @@ bool has_frac : 1; bool kerning_requested : 1; bool has_gpos_mark : 1; - bool fallback_positioning : 1; bool fallback_glyph_classes : 1; + bool fallback_kerning : 1; + bool fallback_mark_positioning : 1; bool apply_morx : 1; - bool apply_gpos : 1;