commit | 0ead481a5a8623103565fd7d924666e7342278dd | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sun Aug 02 17:41:36 2009 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Nov 02 14:40:26 2009 -0500 |
tree | 57a5fa8ccfe1ada990f55a9971364d61637c6659 | |
parent | 678bed433371d90536976a2d57195c1e1867f766 [diff] [blame] |
[HB] Port ot-layout to new public API
diff --git a/src/hb-common.h b/src/hb-common.h index 011e865..de94fb2 100644 --- a/src/hb-common.h +++ b/src/hb-common.h
@@ -45,6 +45,7 @@ ((const char *) s)[1], \ ((const char *) s)[2], \ ((const char *) s)[3])) +#define HB_TAG_NONE HB_TAG(0,0,0,0) typedef uint32_t hb_codepoint_t; typedef int32_t hb_position_t;