Page MenuHomeFreeBSD

Move font related data structured to sys/font.c and update vtfontcvt
ClosedPublic

Authored by tsoome on Mar 25 2020, 9:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 10:37 AM
Unknown Object (File)
Fri, Sep 26, 5:18 PM
Unknown Object (File)
Sat, Sep 13, 2:28 AM
Unknown Object (File)
Sep 4 2025, 1:37 AM
Unknown Object (File)
Aug 30 2025, 5:23 PM
Unknown Object (File)
Aug 7 2025, 11:10 AM
Unknown Object (File)
Aug 1 2025, 9:08 AM
Unknown Object (File)
Jun 28 2025, 5:48 AM
Subscribers

Details

Summary

Prepare support to be able to handle font data in loader, consolidate
data structures to sys/font.h and update vtfontcvt.

vtfontcvt update is about to output set of glyphs in form of C source,
the implementation does allow to output compressed or uncompressed font
bitmaps.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bcr added a subscriber: bcr.

OK from manpages.

This revision was not accepted when it landed; it landed in state Needs Review.Jun 14 2020, 6:59 AM
This revision was automatically updated to reflect the committed changes.
emaste added inline comments.
head/usr.bin/vtfontcvt/vtfontcvt.c
185

This misses the new -o handling

head/usr.bin/vtfontcvt/vtfontcvt.c
185