projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f724cc3
)
Add OpenType language tag 'NAV ' for Navajo.
author
Roozbeh Pournader
<roozbeh@google.com>
Wed, 29 Apr 2015 16:32:42 +0000
(09:32 -0700)
committer
Roozbeh Pournader
<roozbeh@google.com>
Wed, 29 Apr 2015 16:32:42 +0000
(09:32 -0700)
The code is not standardized yet, but is used in some Google fonts.
src/hb-ot-tag.cc
patch
|
blob
|
history
diff --git
a/src/hb-ot-tag.cc
b/src/hb-ot-tag.cc
index
878dd79
..
160c80e
100644
(file)
--- 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 */