summaryrefslogtreecommitdiff
path: root/sys/dev/wsfont/wsfont.h
AgeCommit message (Expand)Author
2012-01-11make rasops_init()'s font selection code a bit less boneheaded by:macallan
2012-01-04add WSFONT_GLYPH() to get a pointer to a given glyph in a given fontmacallan
2011-12-22add some pre-rendered anti-aliased fonts from pkgsrc:macallan
2010-05-04add translation tables for ISO fonts in order to map unicode box drawingmacallan
2010-04-17Added Sharp W-ZERO3 series support.nonaka
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-02-02Updates to allow Zaurus screen to rotate 90 degrees to a usable state with th...ober
2003-02-09make 'name' and 'data' of struct wsdisplay_font const, mark data arraysjdolecek
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2001-10-13ANSIfy.augustss
2001-09-03make dynamic font addition usable,drochner
2001-02-02Added a function to remap Unicode character to font glyph index.marcus
2000-06-13Use my proper name.ad
2000-01-07Replace WSFONT_L2R/R2L with WSDISPLAY_FONTORDER_L2R/R2L.enami
2000-01-05Add two new members to 'struct wsdisplay_font': 'bitorder' and 'byteorder'.ad
1999-12-15Now I remember. Add a new flag, WSFONT_RDONLY that indicates the fontad
1999-12-14- Squash a few stylish nits.ad
1999-12-04- Stylistic cleanup.ad
1999-05-18Assign ownership & copyright to TNF. There is probably a procedure for thisad
1999-04-29Update usage comment.ad
1999-04-26Bump WSFONT_L2R/R2L by +1 so 0 can mean no specific order is required.ad
1999-04-26Change WSFONT_LITTLE/WSFONT_BIG to WSFONT_L2R/WSFONT_R2L to reduce possiblead
1999-04-13Fixed licensing due to a foobar on my behalf.ad
1999-04-13Initial import of wsfont, an in-kernel font table for wscons/rcons.ad