summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-common.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-07-30 16:28:45 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-07-30 16:31:44 -0400
commit2ea66938b387b3d492e45f6277666258366cf003 (patch)
tree8965492a9b715542e2ffabc6f8100047892a583e /pango/opentype/hb-common.h
parent112f0d741a24237e83922f8eee735b7f1ae74019 (diff)
downloadpango-2ea66938b387b3d492e45f6277666258366cf003.tar.gz
[HB] Remove hinting setting and use ppem==0 to mean "no hinting"
Diffstat (limited to 'pango/opentype/hb-common.h')
-rw-r--r--pango/opentype/hb-common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pango/opentype/hb-common.h b/pango/opentype/hb-common.h
index fab0cf4c..c719d803 100644
--- a/pango/opentype/hb-common.h
+++ b/pango/opentype/hb-common.h
@@ -50,4 +50,13 @@ typedef uint32_t hb_codepoint_t;
typedef int32_t hb_position_t;
typedef int32_t hb_16dot16_t;
+typedef struct _hb_blob_t hb_blob_t;
+typedef void (*hb_destroy_func_t) (void *user_data);
+
+typedef struct _hb_font_callbacks_t hb_font_callbacks_t;
+typedef struct _hb_unicode_callbacks_t hb_unicode_callbacks_t;
+
+typedef struct _hb_face_t hb_face_t;
+typedef struct _hb_font_t hb_font_t;
+
#endif /* HB_COMMON_H */