freemint / fvdi

fVDI fork with additional fixes and drivers.
https://fvdi.sourceforge.io
7 stars 6 forks source link

Return better info for bitmap fonts from vqt_xfntinfo/vqt_fontheader #23

Closed chrisridd closed 2 years ago

chrisridd commented 2 years ago

For bitmap fonts, NVDI returns blank strings for:

There aren't any reasonable values to use for bitmap fonts, so do what NVDI does.

Set fh_cflgs in vqt_fontheader() using FONT_MONOSPACED. It looks like setting it to 1 was a misread of the possible values.