[HarfBuzz] harfbuzz: Branch 'master' - 2 commits

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue May 5 14:51:01 PDT 2015


 src/hb-ot-tag.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 42b00118eae46a5183e885e89e0856f41361f57e
Merge: c60f3c8 cfeb056
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue May 5 14:49:47 2015 -0700

    Merge pull request #102 from roozbehp/master
    
    Add OpenType language tag 'NAV ' for Navajo.

commit cfeb0562ebd8804dad731625153549eafeb78213
Author: Roozbeh Pournader <roozbeh at google.com>
Date:   Wed Apr 29 09:32:42 2015 -0700

    Add OpenType language tag 'NAV ' for Navajo.
    
    The code is not standardized yet, but is used in some Google fonts.

diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc
index 878dd79..160c80e 100644
--- a/src/hb-ot-tag.cc
+++ b/src/hb-ot-tag.cc
@@ -542,6 +542,7 @@ static const LangTag ot_languages[] = {
   {"nr",	HB_TAG('N','D','B',' ')},	/* [South] Ndebele */
   {"nsk",	HB_TAG('N','A','S',' ')},	/* Naskapi */
   {"nso",	HB_TAG('S','O','T',' ')},	/* [Northern] Sotho */
+  {"nv",	HB_TAG('N','A','V',' ')},	/* Navajo (not standardized yet) */
   {"ny",	HB_TAG('C','H','I',' ')},	/* Chewa/Chichwa/Nyanja */
   {"nym",	HB_TAG('N','Y','M',' ')},	/* Nyamwezi */
   {"nyn",	HB_TAG('N','K','L',' ')},	/* Nyankole */


More information about the HarfBuzz mailing list