ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Add MesloLGS NF fonts for windows #105

Open ppebb opened 4 months ago

ppebb commented 4 months ago

Use SetConsoleFontEx to modify the windows console font. Install fonts automatically using FontReg.

Needs windows testing before merging.

Addresses task #82, story #74

ppebb commented 3 months ago

FontReg still does not seem to properly copy the fonts.

ppebb commented 3 months ago

The windows console API does not support going above 16 colors. Removing the check allows the program to run on windows but I doubt it works or won't break eventually. Something needs to be done or I can just drop windows support for now (really appealing option).

ppebb commented 3 months ago

Leaving the config system in there for now, even thought it's useless now it'll be used later for something.