rotators / foclassic

FOnline Community Edition (r412 base)
https://rotators.fodev.net/foclassic/
GNU General Public License v3.0
42 stars 5 forks source link

Custom dialog font #32

Closed Sasabmeg closed 5 years ago

Sasabmeg commented 5 years ago
wipe2238 commented 5 years ago

This could be as easy as adding new font type - Client looks for fonts/Dialog.fofnt and if it's not found, Default.fofnt is loaded instead. Not a greatest solution, as it needs messing with files, but it needs minimal changes to interface code itself then.

Sasabmeg commented 5 years ago

Agreed. Do it pls.