commit | 91689de2603e4151e2a2d3a3852c61667f0c6264 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Oct 18 00:21:59 2013 +0200 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Oct 18 11:21:15 2013 +0200 |
tree | 2d67cc5306d5e12dfe151085af2f4464a8a5aeb9 | |
parent | a0161746589934e93c3b115814bbd81f56ab962f [diff] [blame] |
[otlayout] Add _hb_glyph_info_set_glyph_props() No functional change.
diff --git a/src/hb-ot-layout-private.hh b/src/hb-ot-layout-private.hh index 406a042..9468b34 100644 --- a/src/hb-ot-layout-private.hh +++ b/src/hb-ot-layout-private.hh
@@ -321,6 +321,15 @@ return lig_id; } +/* glyph_props: */ + +inline void +_hb_glyph_info_set_glyph_props (hb_glyph_info_t *info, unsigned int props) +{ + info->glyph_props() = props; +} + + #endif /* HB_OT_LAYOUT_PRIVATE_HH */