mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 21:24:27 +01:00
Build a fake SimSun font.
This commit is contained in:
parent
920377546d
commit
dfa5bf8c18
4 changed files with 34 additions and 1 deletions
1
proton
1
proton
|
|
@ -446,6 +446,7 @@ class CompatData:
|
|||
( g_proton.fonts_dir, "LiberationMono-Regular.ttf", "cour.ttf" ),
|
||||
( g_proton.fonts_dir, "LiberationMono-Bold.ttf", "courbd.ttf" ),
|
||||
( g_proton.fonts_dir, "msyh.ttf", "msyh.ttf" ),
|
||||
( g_proton.fonts_dir, "simsun.ttc", "simsun.ttc" ),
|
||||
|
||||
( g_proton.wine_fonts_dir, "tahoma.ttf", "tahoma.ttf" ),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue