NetBSD/sys/dev/wsfont
jdolecek 2147742d01 wsfont_lock(): if bitorder/byteorder doesn't match, copy the font to new font
also if the font is static (and thus it's 'data' point to const/text location) -
later call to wsfont_rev{bit,byte}() needs to change the font data in-place
print info about the font copy when it's made

problem pointed out by Matthias Drochner
2003-02-09 18:40:31 +00:00
..
bold8x16.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
files.wsfont Add entries for vt220l8x16 and vt220iso8x16. 2003-01-12 13:12:42 +00:00
gallant12x22.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
lucida16x29.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
omron12x20.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
qvss8x15.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
sony8x16.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
sony12x24.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
vt220iso8x16.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
vt220l8x8.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
vt220l8x10.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
vt220l8x16.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
wsfont.c wsfont_lock(): if bitorder/byteorder doesn't match, copy the font to new font 2003-02-09 18:40:31 +00:00
wsfont.h make 'name' and 'data' of struct wsdisplay_font const, mark data arrays 2003-02-09 10:29:35 +00:00
wsfontdev.c