Page MenuHomeFreeBSD

Document automatic handling of font height for BDF files
ClosedPublic

Authored by 0mp on Jul 31 2020, 8:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 11, 3:58 AM
Unknown Object (File)
Mon, May 6, 10:59 AM
Unknown Object (File)
Sat, May 4, 3:26 PM
Unknown Object (File)
Fri, Apr 26, 2:44 AM
Unknown Object (File)
Thu, Apr 25, 9:09 PM
Unknown Object (File)
Thu, Apr 25, 9:00 PM
Unknown Object (File)
Apr 6 2024, 8:41 PM
Unknown Object (File)
Jan 28 2024, 2:39 AM

Details

Summary
Document automatic handling of font height for BDF files

PR:		248395
Reported by:	Dmitry Wagin <dmitry.wagin@ya.ru>

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248395

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32685
Build 30135: arc lint + arc unit

Event Timeline

0mp requested review of this revision.Jul 31 2020, 8:35 PM

The addition sounds to me like that only HEX files have that comment (and hence is set in that case).
If that is not the case, I think writing: "... for BDF and HEX files ..." would make it clear that it applies to both.

usr.bin/vtfontcvt/vtfontcvt.8
66

maybe something like:Font height is set automatically from FONTBOUNDINGBOX property for BFD files, and from Height comment for HEX files.

Font size for BDF font files is determined not only by FONTBOUNDINGBOX.

Agree we don't need to mention how height is set for bdf files as it is always set for them, it's only hex files that may not set it.

This revision is now accepted and ready to land.Aug 1 2020, 3:05 PM