summaryrefslogtreecommitdiff
path: root/sys/dev/wsfont/wsfont.c
AgeCommit message (Expand)Author
2023-02-19Add missing "latin small letter sharp s" (U+00DF) to ibm437 map.mlelstv
2022-10-31This is X11's 75dpi/term14.bdf, use if you want your console to look like anmacallan
2022-06-08wsfont.c: use __arraycount instead of defining it locallyuwe
2021-12-24wsfb: Prefer wide fonts when EDID data is available.jmcneill
2021-11-20Oops, forgot to commit builtin_fonts[] parts for Droid_Sans_Mono_10x20.rin
2021-11-20Add Droid_Sans_Mono_10x20, generated by ttf2wsfont(1).rin
2021-11-20Sort Droid Sans Mono family fonts by size.rin
2021-11-19Add support to rotate anti-aliased fonts.rin
2021-11-19wsfont_rotate(): Add missing NULL check for wsfont_find0().rin
2020-11-23Sort spleen also in builtin_fonts[].rin
2020-11-21Sort spleen by size, instead of character code.rin
2020-11-13add a rendering of the Liberation Mono font for console usemacallan
2020-07-08Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.fcambus
2020-03-05Remove references to non-existing fonts.fcambus
2019-04-07Add "bold16x32", a pixel doubled version of the "bold8x16" font.jmcneill
2019-03-17Define missing HAVE_FONT for newcomers.rin
2019-03-17import the Spleen wscons fonts from OpenBSDtnn
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-11-04Don't test for failure of malloc(...,M_WAITOK), it cannot failmaya
2016-11-20shiny new console font, use FONT_GO_MONO12x23macallan
2016-11-20add WSFONT_PREFER_ALPHA - for drivers that would rather render anti-aliasedmacallan
2015-05-09When searching for a best font also allow fonts too wide for themlelstv
2015-04-18add "best match" algorithm to wsfont and use this instead of a privatemlelstv
2015-01-25add glass tty fonts as described in:christos
2014-11-05add FONT_DROID_SANS_MONO19x36, so we have something readable onmacallan
2012-04-05remove the FreeMono font for licensing reasonsmacallan
2012-01-13make this compile again with rotation enabledmacallan
2012-01-11make rasops_init()'s font selection code a bit less boneheaded by:macallan
2011-12-28add a somewhat smaller Droid fontmacallan
2011-12-22add some pre-rendered anti-aliased fonts from pkgsrc:macallan
2010-07-22In wsfont_rotate_cw_internal() and wsfont_rotate_ccw_internal(),tsutsui
2010-07-22Umm, revert unintended changes.tsutsui
2010-07-22Add VT220 8x8 font with ISO-8859-1 chars which is converted fromtsutsui
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
2006-08-28fix incomplete initializerschristos
2006-07-16Reordered the declaration-specifiers so that "inline" comes beforerillig
2006-03-17Fix range to check to avoid a static buffer overrun, whenchris
2005-12-24__inline__ -> inlineperry
2005-12-11merge ktrace-lwp.christos
2005-05-29- add constchristos
2005-02-27nuke trailing whitespaceperry
2004-04-23use bounded string opsitojun
2003-12-15Use aprint_debug() instead of aprint_normal() for debug info.tsutsui
2003-07-14Add vt220 8x10 koi8-r/koi8-u fonts so that I can read mail usinguwe
2003-02-10undo constification of 'data' for wsdisplay font - unfortunately we needjdolecek
2003-02-09wsfont_lock(): if bitorder/byteorder doesn't match, copy the font to new fontjdolecek
2003-02-09make 'name' and 'data' of struct wsdisplay_font const, mark data arraysjdolecek