Searched refs:glyphUnicode (Results 1 – 2 of 2) sorted by relevance
31840 var glyphUnicode = glyph.unicode;31843 if (NormalizedUnicodes[glyphUnicode] !== undefined) {31844 glyphUnicode = NormalizedUnicodes[glyphUnicode]; property31847 glyphUnicode = (0, _unicode.reverseIfRtl)(glyphUnicode);31873 textChunk.str.push(glyphUnicode);37254 var glyphUnicode = glyphsUnicodeMap[glyphName];37258 if (this.cMap.contains(glyphUnicode)) {37259 charcode = this.cMap.lookup(glyphUnicode);37264 charcode = this.toUnicode.charCodeOf(glyphUnicode);37268 charcode = glyphUnicode;
1 …glyphUnicode","NormalizedUnicodes","reverseIfRtl","charSpacing","wordSpacing","addFakeSpaces","tx"…