X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fhb-ot-tag.h;h=427a0695ebf2d1f3e06819a3eee9f413cba939aa;hb=b9452bfc1696457e156e79037c863903da5454fc;hp=6d15d4e28ce644604a8a7eb2c0f8a324f49b3b96;hpb=b490fa343322f1b5abaf880abc073287c1f34132;p=framework%2Fuifw%2Fharfbuzz.git diff --git a/src/hb-ot-tag.h b/src/hb-ot-tag.h index 6d15d4e..427a069 100644 --- a/src/hb-ot-tag.h +++ b/src/hb-ot-tag.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -28,15 +28,17 @@ #define HB_OT_TAG_H #include "hb-common.h" -#include "hb-language.h" HB_BEGIN_DECLS + #define HB_OT_TAG_DEFAULT_SCRIPT HB_TAG ('D', 'F', 'L', 'T') #define HB_OT_TAG_DEFAULT_LANGUAGE HB_TAG ('d', 'f', 'l', 't') -const hb_tag_t * -hb_ot_tags_from_script (hb_script_t script); +void +hb_ot_tags_from_script (hb_script_t script, + hb_tag_t *script_tag_1, + hb_tag_t *script_tag_2); hb_script_t hb_ot_tag_to_script (hb_tag_t tag); @@ -47,6 +49,7 @@ hb_ot_tag_from_language (hb_language_t language); hb_language_t hb_ot_tag_to_language (hb_tag_t tag); + HB_END_DECLS #endif /* HB_OT_TAG_H */