How to mod / change WS_FTP fonts

Post Reply
tong
Site Admin
Posts: 2386
Joined: Fri 01 May 2009 8:55 pm

How to mod / change WS_FTP fonts

Post by tong »

WS_FTP displays very tiny fonts and the developer will never improve.

1. Download FontMod32.dll from https://github.com/ysc3839/FontMod/releases/tag/v3.0.1 and rename it to version.dll as mentioned in the readme guide.

2. Move version.dll to the WS_FTP program folder eg. C:\Program Files (x86)\WS_FTP

3. Open notepad and save file as C:\Program Files (x86)\WS_FTP\FontMod.yaml

4. Copy the following data into FontMod.yaml

Code: Select all

fonts:
  MS Sans Serif:
    replace: Microsoft Sans Serif
    size: -18
  Segoe UI:
    replace: Trebuchet MS
    size: -18
    weight: 600
5. Run WS_FTP


snap6499.png

snap6501.png
Post Reply