The newest fontdemo with all the patches and:
- fix char c -> int c in main() (I'm sure it was int some time ago) - use GR_UNDERLINE_TEXT for underlining (I should RTFM sometimes :-) - dynamically allocate testname (buffer overflow was possible) - allow reverse and underline attributes at startup (-a 1, -a 2) - use 8 bpp modes by default, they're more common that the 4-bit
Note: because of the many changes since the last -pre, fontdemo.zip contains a full source (fontdemo.c), not an incrementional patch.
E-gards: Jimmy
Dimitar Zhekov escribió:
The newest fontdemo with all the patches and:
- fix char c -> int c in main() (I'm sure it was int some time ago)
- use GR_UNDERLINE_TEXT for underlining (I should RTFM sometimes :-)
- dynamically allocate testname (buffer overflow was possible)
- allow reverse and underline attributes at startup (-a 1, -a 2)
- use 8 bpp modes by default, they're more common that the 4-bit
Note: because of the many changes since the last -pre, fontdemo.zip contains a full source (fontdemo.c), not an incrementional patch.
Ok, thanks