Merge branch 'develop' of https://github.com/ecomfe/fonteditor into develop

This commit is contained in:
menglingjun
2014-12-25 21:11:35 +08:00

View File

@@ -1,13 +1,13 @@
/**
* @file unicodeName.js
* @author mengke01
* @date
* @date
* @description
* unicode 编码名字表
*
* see:
*
* see:
* http://www.microsoft.com/typography/otspec/WGL4.htm
* test
* test
*/
@@ -17,10 +17,37 @@ define(
var unicodeName = {
"0": 1,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 1,
"6": 1,
"7": 1,
"8": 1,
'29': 1,
'9': 2,
'13': 2,
"9": 2,
"10": 1,
"11": 1,
"12": 1,
"13": 2,
"14": 1,
"15": 1,
"16": 1,
"17": 1,
"18": 1,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 1,
"25": 1,
"26": 1,
"27": 1,
"28": 1,
"29": 1,
"30": 1,
"31": 1,
"32": 3,
"33": 4,
"34": 5,
@@ -276,7 +303,7 @@ define(
"61442": 193,
"64257": 192,
"64258": 193,
'65535': 0 // 0xFFFF指向.notdef
"65535": 0 // 0xFFFF指向.notdef
};
return unicodeName;