Rename HB_TAG_STR() to HB_TAG_CHAR4()
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 11 Apr 2011 17:12:37 +0000 (13:12 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 11 Apr 2011 17:12:37 +0000 (13:12 -0400)
commit07233581c9d953708d3c020907c42b8b89472b89
treec421447b407b95f0743d49793f96f5768280376a
parent9faa980067f802f712c2adf8263152ed40c98088
Rename HB_TAG_STR() to HB_TAG_CHAR4()

The problem with HB_TAG_STR() was that it expected a string of size 4
exactly, and unlike hb_tag_from_string() it doesn't pad the tag with
space characters.  So, the new name is more appropriate.
src/hb-common.c
src/hb-common.h
src/hb-ot-tag.c
test/test-types.c