Page MenuHomeFreeBSD

vtfontcvt: improve BDF and hex font parsing
ClosedPublic

Authored by emaste on Jun 15 2019, 12:30 PM.
Tags
None
Referenced Files
F97671016: D20650.diff
Mon, Sep 30, 4:53 PM
Unknown Object (File)
Mon, Sep 30, 7:02 AM
Unknown Object (File)
Sun, Sep 29, 11:29 PM
Unknown Object (File)
Wed, Sep 25, 2:49 PM
Unknown Object (File)
Sun, Sep 22, 11:40 AM
Unknown Object (File)
Sat, Sep 21, 1:11 AM
Unknown Object (File)
Sat, Sep 14, 11:57 PM
Unknown Object (File)
Thu, Sep 5, 2:43 PM
Subscribers

Details

Summary

Support larger font sizes.

PR: 205707
Submitted by: Dmitry Wagin (original version)

Diff Detail

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

Event Timeline

Correct typo (; instead of , in variable definition)

Works on my 2560x1440 screen.

usr.bin/vtfontcvt/vtfontcvt.c
245 ↗(On Diff #58666)

Would it be cleaner if it was a for loop instead?

usr.bin/vtfontcvt/vtfontcvt.c
245 ↗(On Diff #58666)

Slightly awkward because the i-- is at the beginning of the body not the end. I find the implementation of the rshift_row function a little unusual but will commit the submitted / tested version, perhaps rework it later.

This revision was not accepted when it landed; it landed in state Needs Review.Jun 16 2019, 9:17 AM
This revision was automatically updated to reflect the committed changes.