xash3d icon indicating copy to clipboard operation
xash3d copied to clipboard

Font rendering system

Open mittorn opened this issue 8 years ago • 3 comments

Maybe add ttf support and some API for drawing text in mods? Need lightweight and portable font renderer.

mittorn avatar Aug 31 '16 15:08 mittorn

There is a bug in Windows 10 which makes font APIs to fail when it tries to load ttf file. Source based games are affected.

I also heard that Windows does not like ttf files stored at removable media.

Consider these if you test this in Windows.

fuzun avatar Sep 02 '16 12:09 fuzun

It is better to use own font loader.

mittorn avatar Sep 03 '16 02:09 mittorn

mainui_cpp implements it. When it will be properly tested, it will be moved from menu to the engine.

a1batross avatar Nov 25 '17 10:11 a1batross