facetype.js icon indicating copy to clipboard operation
facetype.js copied to clipboard

Using glyphIndexMap instead of glyphs for traverse

Open troy351 opened this issue 6 years ago • 0 comments

glyphIndexMap has more accurate unicode -> glyph mapping, especial for glyphs which has multiple unicode values. e.g. A Chinese Charater which char code is 24515 does not in the glyph list of PingFang-SC (it's the default Chinese font family on macOS) when searching with glyph.unicode. But it do exists in the font family and can be found in glyphIndexMap

image

troy351 avatar Jul 17 '19 08:07 troy351