-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
關於字體的小bug #3
Comments
感謝反饋。經檢查發現,這是由於本字體目前收字範圍為《通用規範漢字表》,而該表中沒有「诶」字,因此字體也沒有「诶」字,在顯示時回退到其他字體。我計劃在下一個版本中多收錄一些該表中沒有的字,就可以解決這一問題。 |
關於字距的問題,我不能確定原因,可以再開一個 issue,待發現原因後再處理 |
可以添加 GB 2312 範圍內的字,在內地 GB 2312 比較常用。「诶」字在 GB 2312 範圍內,但在《通用規範漢字表》裏沒收錄,收錄的是「欸」。 |
嗨,謝謝開發這款獨一無二的簡轉繁字體!請問收字範圍現在已否有所調整? |
確實是《通用規範漢字表》的原因。 目前還沒有找到更好的補充缺字的方法,現在的方法是手動添加到這裏:https://github.com/ayaka14732/FanWunMing/blob/main/build/code_points_han.py#L29 (20210908 更新) 現在是手動添加到這裏:https://github.com/ayaka14732/opencc-font-generator/blob/main/setup.py#L172 |
哦,謝謝。看起來並不難,我可以抽空把我遇到的缺少的粵字(主要是上面列出的那些)加到那一行程式碼中去。 |
在使用這字體之後誒字依然顯示成簡體诶
The text was updated successfully, but these errors were encountered: