Extra Large
is only good for up to about 200% DPI. 4K needs a DPI of around 300%. You can start Spine with a UI scale parameter using either -s
or `
scale`:
Windows:
Spine.exe -s 1.5
Spine.exe
scale 1.5
OS X:
open Spine.app
args -s 1.5
open Spine.app
args
scale 1.5
Linux:
./Spine.sh -s 1.5
./Spine.sh
scale 1.5
Of course you can use any value in place of 1.5. 1 means 100% (the default size), 2 is twice as large, 0.5 is half as large, etc. Technically this scale parameter is marked as experimental, but it should work fine.