freebsd-dev/lib/libvgl
Bruce Evans dd38752cb9 Add support for arbitrary font widths. Only multiples of 8 were supported.
Since the font format is undocumented, it is unclear how non-multiples
of 8 should be padded to bytes in the font file.  Use the same
representation as bdf text format (big- endian, with padding in the
lower bits).
2019-03-24 19:41:45 +00:00
..
bitmap.c Fix buffer overruns in modes with color depth more than 8. 2019-03-24 18:57:03 +00:00
keyboard.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
main.c Fix buffer overruns in modes with color depth more than 8. 2019-03-24 18:57:03 +00:00
Makefile
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mouse.c Fix buffer overruns in modes with color depth more than 8. 2019-03-24 18:57:03 +00:00
simple.c Fix reading of pixels in (4 and 8-plane) planar modes. 2019-03-24 19:27:03 +00:00
text.c Add support for arbitrary font widths. Only multiples of 8 were supported. 2019-03-24 19:41:45 +00:00
vgl.3
vgl.h Fix buffer overruns in modes with color depth more than 8. 2019-03-24 18:57:03 +00:00