ichitenfont / I.Ming

I.Ming ( I.明體 / 一点明朝体 / 一點明體 )
Other
893 stars 39 forks source link

Issues when setting as default fonts in MS Word #75

Closed wangshicheng1225 closed 1 year ago

wangshicheng1225 commented 1 year ago

When setting I.Ming as the default font in Microsoft word, it may still display the input characters as the original default font (such as Dengxian). dengxian

I found that it is because the Windows default simplified Chinese IME cannot recognize the input character, because the Code Page Character Ranges only covers Chinese: Traditional chars without simplified Chinese.
font_properties

I clicked the simplified Chinese, exported the modified .ttf file and reinstalled it. And then the simplified Chinese IME can type the characters in I.Ming font in Word. click_chnsc Imingdefault

I don't know whether it is suitable to support the simplified Chinese input method in future versions, via adding the simplified Chinese chars in the Code Page Range Setting, since I.Ming font itself supports simplifed Chinese chars.

I hope it can help, thanks.

hfhchan commented 1 year ago

I think we tried doing that before but the font ended up being displayed in the Fonts control panel with a preview that says "简体字", so we stopped doing that.

i-font commented 1 year ago

Thank you for your comments. We have added the Simplified Chinese code page (936) but found a number of problems. In addition to what Henry said, when users type in Traditional Chinese, the font will automatically change back to PMingLiU(新細明體), many users in Hong Kong and Taiwan are dissatisfied. We tried many things without success and finally had to delete the Simplified Chinese code page (936) to get it to work. It seems that the problem is to some extent related to Windows or Word. I hope this answer helps you, thank you!