diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-04-23 15:28:35 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-04-23 15:28:35 -0400 |
commit | c64ddab3c34897cd520d4d73a054866e649e8793 (patch) | |
tree | 7130abdaef461bdc29630e74fa68a8e2ef702caa /src/hb-ot-layout.h | |
parent | 0da132bde4d576a03095d6738507954f7f85103d (diff) |
Flesh out closure() for GSUB
The GSUBGPOS part still missing.
Diffstat (limited to 'src/hb-ot-layout.h')
-rw-r--r-- | src/hb-ot-layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-layout.h b/src/hb-ot-layout.h index 16addc68..a9db04f6 100644 --- a/src/hb-ot-layout.h +++ b/src/hb-ot-layout.h @@ -183,7 +183,7 @@ void hb_ot_layout_substitute_finish (hb_buffer_t *buffer); -typedef uint32_t hb_glyph_map_t[65536 / 32]; /* 8kb */ +typedef struct _hb_glyph_map_t hb_glyph_map_t; hb_bool_t hb_ot_layout_substitute_closure_lookup (hb_face_t *face, |