Commit 07233581c9d953708d3c020907c42b8b89472b89

Behdad Esfahbod 2011-04-11T13:12:37

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.