CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/20 10:44:48
Modified files:
sys/dev/rasops : rasops.c rasops.h
sys/dev/wsfont : wsfont.c wsfont.h
Log message:
Add a load_font accessop to rasops, to allow for fonts to be loaded and
selected. All rasops fonts are managed by wsfont, which allows a font to be
loaded on a rasops device and used on another.
Currently not plumbed in any driver yet. This is work in progress.
