Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: jmcneill
Date: Fri Dec 24 18:12:59 UTC 2021
Modified Files:
src/sys/dev/rasops: rasops.c rasops.h
src/sys/dev/wsfb: genfb.c
src/sys/dev/wsfont: wsfont.c wsfont.h
Log Message:
wsfb: Prefer wide fonts when EDID data is available.
To give us a better chance of picking a readable font, prefer fonts that
will render at least 3mm wide instead of picking the font that will be
closest to that size.
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/dev/rasops/rasops.c
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/rasops/rasops.h
cvs rdiff -u -r1.84 -r1.85 src/sys/dev/wsfb/genfb.c
cvs rdiff -u -r1.76 -r1.77 src/sys/dev/wsfont/wsfont.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/wsfont/wsfont.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index