diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-02 17:41:36 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-02 19:38:48 -0400 |
commit | 6624880f1dc2d14187c4548f7bbddd78f3dbf64d (patch) | |
tree | db48818a205c7b5aa21c85797f2edc01d0c75078 /pango/pango-ot-private.h | |
parent | 5bb23c0024827fb180e17c9b8dde13e872eed464 (diff) | |
download | pango-6624880f1dc2d14187c4548f7bbddd78f3dbf64d.tar.gz |
[HB] Port ot-layout to new public API
Diffstat (limited to 'pango/pango-ot-private.h')
-rw-r--r-- | pango/pango-ot-private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-ot-private.h b/pango/pango-ot-private.h index 6d3d1cf4..9b0f84ef 100644 --- a/pango/pango-ot-private.h +++ b/pango/pango-ot-private.h @@ -25,7 +25,7 @@ #include <glib-object.h> #include <pango/pango-ot.h> -#include "opentype/hb-ot-layout.h" +#include "opentype/hb-ot.h" G_BEGIN_DECLS @@ -39,7 +39,7 @@ struct _PangoOTInfo FT_Face face; - hb_ot_layout_t *layout; + hb_face_t *hb_face; }; struct _PangoOTInfoClass @@ -87,7 +87,7 @@ struct _PangoOTBuffer guint applied_gpos : 1; }; -hb_ot_layout_t *_pango_ot_info_get_layout (PangoOTInfo *info); +hb_face_t *_pango_ot_info_get_hb_face (PangoOTInfo *info); void _pango_ot_info_substitute (const PangoOTInfo *info, const PangoOTRuleset *ruleset, PangoOTBuffer *buffer); |