This commit is contained in:
Behdad Esfahbod 2012-11-02 13:38:55 -07:00
parent c21498afd8
commit 10a33296e6
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
static hb_tag_t
hb_ot_old_tag_from_script (hb_script_t script)
{
/* This seems to be accurate as of end of 2012. */
switch ((hb_tag_t) script) {
case HB_SCRIPT_INVALID: return HB_OT_TAG_DEFAULT_SCRIPT;