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
F137933075: D24189.id69871.diff
Thu, Nov 27, 9:57 AM
Unknown Object (File)
Sun, Nov 23, 8:17 AM
Unknown Object (File)
Sat, Nov 22, 2:26 PM
Unknown Object (File)
Tue, Nov 18, 12:44 AM
Unknown Object (File)
Wed, Nov 5, 5:06 PM
Unknown Object (File)
Wed, Nov 5, 9:32 AM
Unknown Object (File)
Thu, Oct 30, 11:08 AM
Unknown Object (File)
Wed, Oct 29, 5:08 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 30105
Build 27912: arc lint + arc unit

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 ↗(On Diff #73095)

This misses the new -o handling

head/usr.bin/vtfontcvt/vtfontcvt.c
185 ↗(On Diff #73095)