winetricks icon indicating copy to clipboard operation
winetricks copied to clipboard

Can you add PMingLiU font in Winetricks

Open iHad169 opened this issue 3 years ago • 2 comments

I find some apps need use PMingLiU font will Display correctly. I try If use other fonts, some apps will Incorrect display. E.g: The font is too thin, The text is only half displayed, Position misalignment .... PMingLiU font is CJK font. I have .msi download link. Hope you guys add PMingLiU font. Thank you

iHad169 avatar May 02 '21 13:05 iHad169

I write pmingliu.verb but, i do not kown write. below is my write .verb

w_metadata pmingliu apps \
    title="PMingLiU" \
    publisher="DynaComware" \
    year="1988" \
    media="download" \
    file1="PMingLiU%20Update%20Pack.msi" \
    installed_exe1="${W_CACHE}/${W_PACKAGE}/PMingLiU%20Update%20Pack.msi"

load_pmingliu()
{
    w_download http://jftp.just.edu.tw/fonts-3.1ForWinXP/${file1}
}

iHad169 avatar May 10 '21 05:05 iHad169

Does winetricks fakechinese fix your application?

If not, does this patch help? https://github.com/austin987/winetricks/commit/cdf641b7223b37a660795ce7282ab07279e4ca37

austin987 avatar Apr 07 '22 10:04 austin987