nalexandru / BlenderCompat

Windows 7 support for Blender 3.x and newer
BSD 3-Clause "New" or "Revised" License
245 stars 23 forks source link

V3.4, Asian characters look terrible when anti-aliasing is off. #28

Open LD-531 opened 1 year ago

LD-531 commented 1 year ago

W7 x64 Blender V3.4

see

nalexandru commented 1 year ago

There were changes to font rendering in 3.4 which caused this issue. However, as this is not a Windows 7 specific issue (it also happens on Windows 11, the images below are from the official binaries on 11), please report it to Blender's bug tracker.

b33_win11

b34_win11

nalexandru commented 1 year ago

I've found a potential solution until upstream fixes it, which is to use a different interface font. The image below is using Source Han Serif (https://github.com/adobe-fonts/source-han-serif):

w7_shs

There might be other fonts that look better than this one.

LD-531 commented 1 year ago

Thanks for reply, I'll check it.