sirjuddington / SLADE

It's a Doom editor
https://slade.mancubus.net
GNU General Public License v2.0
686 stars 104 forks source link

Custom non-TTF font replaced with OS font #1646

Closed SoundCrafterYT closed 5 months ago

SoundCrafterYT commented 5 months ago

SLADE Version

3.2.5

OS

Windows

Editor

Resource editor

Steps to Reproduce and Observed Behavior

  1. Open a WAD or a PK3
  2. Open any text-based lump/file
  3. Go to Text -> Color Scheme -> Other...
  4. Click on "Font" and choose any Non-TTF font.
  5. Font replaced with the font that the OS uses.

Expected Behavior

Show non-TTF fonts in the text editor

Screenshots

Trying to explain the problem

sirjuddington commented 5 months ago

Nothing much you can do about it currently, however in 3.2.6+ you should be able to set the txed_use_directwrite cvar to false which should make non-ttf fonts work again (but disable ligature support)

SoundCrafterYT commented 5 months ago

How can I disable ligatures? (Or how would I)