Hayden Wong
Hayden Wong
[test-ttf-0001](https://github.com/GuiWonder/SourceHanToClassic/tree/test-ttf-0001)只基於字體v1.006版本,可否基於字體v1.008版本,提供帶有字體微調的TrueType格式?🙂
“慤” (U+6164) 應使用“𢡱” (U+22871) 字圖。 “飠” (U+98E0) 應使用“𩙿” (U+2967F) 字圖。
見[思源黑體下載頁](https://github.com/adobe-fonts/source-han-sans/tree/release)。
- 缺了康煕部首「丨」 - 宜增加字頭「㐄」,爲何有「夂」而無此? - 「彐」的Unicode碼位對應宜改爲5F50 - 「飠」的Unicode碼位對應宜增加2967F - 「𫜹」應排列在「𪚴」後
```python >>> mp.prec = 16; mp.pretty = True >>> iv_ = iv.mpf('0.3') >>> iv_ [0.29999998212, 0.30000001192] ``` Expected: ```python >>> iv_.a, iv_.b (0.29999998212, 0.30000001192) >>> type(iv_.a), type(iv_.b) (, ) >>>...
本人的舊字形異體字轉換字庫包含更多異體字轉換,包括「為–爲」,「娱–娛」,使用我的轉換字庫可使此處理工具作爲舊字形轉換字體轉換。可參考[我的repo](https://github.com/haydenwong7bm/inherited-glyphs-converter/blob/main/conversion-tables/variants_list.txt)。