我在制作中文字体时,会按照汉字使用频率由高到低的顺序制作字形。
When I make Chinese fonts, I make glyphs in order of frequency of Chinese characters from highest to lowest.
比如中国的GB2312标准将收录的汉字分成两级,第一级是常用字符,第二级是次常用字符。
For example, China’s GB2312 standard divides the included Chinese characters into two levels, the first level is the commonly used characters, and the second level is the second most commonly used characters..
所以我想在unicode的基础上自定义字符分类:未分类的为一组,一些字符为一组,另一些字符为一组。
So I want to customize the character classification on top of Unicode: uncategorized as a group, some characters as a group, like this:
Uncategorized
Group A: $554a,$963f,$57c3,$6328,$54ce,$5509,$54c0, …
Group B: $4e8d,$4e0c,$5140,$4e10,$5eff,$5345,$4e15, …
Group C: $769a,$85f9,$7919,$611b,$9aaf,$8956,$58e9, …
…
每一组的字形显示顺序与自定义的字符顺序一致。
The glyphs for each group are displayed in the same order as the custom character order.