summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-unicode-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-10 22:58:56 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-10 22:58:56 -0400
commitf2fab897d32061d9a0329384cd4b0fd71748ea97 (patch)
treed0ebaec996a446a1fd27742439317659723df06f /pango/opentype/hb-unicode-private.h
parentcedd227822a0c8540fff4152b302e4d701fcac81 (diff)
downloadpango-f2fab897d32061d9a0329384cd4b0fd71748ea97.tar.gz
[HB] Flesh out Unicode funcs
Diffstat (limited to 'pango/opentype/hb-unicode-private.h')
-rw-r--r--pango/opentype/hb-unicode-private.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/pango/opentype/hb-unicode-private.h b/pango/opentype/hb-unicode-private.h
index de710839..3dd528ce 100644
--- a/pango/opentype/hb-unicode-private.h
+++ b/pango/opentype/hb-unicode-private.h
@@ -40,13 +40,11 @@ HB_BEGIN_DECLS
struct _hb_unicode_funcs_t {
hb_reference_count_t ref_count;
- /*
- hb_unicode_get_general_category_func_t general_category_func);
- hb_unicode_get_combining_class_func_t combining_class_func);
- hb_unicode_get_mirroring_char_func_t mirroring_char_func);
- hb_unicode_get_script_func_t script_func);
- hb_unicode_get_eastasian_width_func_t eastasian_width_func);
- */
+ hb_unicode_get_general_category_func_t get_general_category;
+ hb_unicode_get_combining_class_func_t get_combining_class;
+ hb_unicode_get_mirroring_char_func_t get_mirroring_char;
+ hb_unicode_get_script_func_t get_script;
+ hb_unicode_get_eastasian_width_func_t get_eastasian_width;
};
HB_END_DECLS