f52fda704443a80ead8c3e595d9843fb8e1c09ed
[profile/ivi/org.tizen.video-player.git] / src / harfbuzz-open.h
1 #ifndef HARFBUZZ_OPEN_H
2 #define HARFBUZZ_OPEN_H
3
4 #include "harfbuzz-common.h"
5
6 HARFBUZZ_BEGIN_DECLS();
7
8 typedef uint32_t hb_tag_t;
9 #define HB_TAG(a,b,c,d) ((hb_tag_t)(((uint8_t)a<<24)|((uint8_t)b<<16)|((uint8_t)c<<8)|(uint8_t)d))
10
11 HARFBUZZ_END_DECLS();
12
13 #endif /* HARFBUZZ_OPEN_H */