ysc3839 / FontMod

Simple hook tool to change Win32 program font.
MIT License
1.29k stars 62 forks source link

tg 更新到 1.93 后,英文部分失效 #45

Closed ghost closed 4 years ago

ghost commented 4 years ago

中文正常,英文部分很小

style: &style
# Remove '#' to override font style
  size: 34
#  width: 0
  weight: 400
#  italic: false
#  underLine: false
#  strikeOut: false
#  charSet: 0
#  outPrecision: 0
#  clipPrecision: 0
#  quality: 0
#  pitchAndFamily: 0

fonts:
  SimSun: &zh-cn-font # Chinese (Simplified) fallback font
#    replace: PingFangSC-Medium
    replace: Sarasa UI SC
    <<: *style
  PMingLiU: # Chinese (Traditional) fallback font
#    replace: PingFangSC-Medium
    replace: Sarasa UI SC
    <<: *style
  MS UI Gothic: # Japanese fallback font
#    replace: PingFangSC-Medium
    replace: Sarasa UI SC
    <<: *style
  Gulim: # Korean fallback font
#    replace: PingFangSC-Medium
    replace: Sarasa UI SC
    <<: *style
  Open Sans: #
#    replace: PingFangSC-Medium
    replace: Sarasa UI SC
    <<: *style
  Open Sans Semibold: #
#    replace: PingFangSC-Medium
    replace: Sarasa UI SC
    <<: *style
  Arial: #
#    replace: PingFangSC-Medium
    replace: Sarasa UI SC
    <<: *style
  NSimSun: #
#    replace: PingFangSC-Medium
    replace: Sarasa UI SC
    <<: *style

fixGSOFont: false # true is to use system UI font
#fixGSOFont: *zh-cn-font # Or replace with user defined font
debug: false
ysc3839 commented 4 years ago

使用 debug 功能很容易发现英文字体名是 DAOpenSansRegular 等。

CPCer commented 2 years ago

使用 debug 功能很容易发现英文字体名是 DAOpenSansRegular 等。

很容易😭同理可證,答案略,可以推出