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)
Oct 5 2024, 2:23 AM
Unknown Object (File)
Oct 2 2024, 5:45 PM
Unknown Object (File)
Sep 5 2024, 7:36 AM
Unknown Object (File)
Sep 4 2024, 4:31 PM
Unknown Object (File)
Aug 19 2024, 1:30 PM
Unknown Object (File)
Aug 11 2024, 6:07 AM
Unknown Object (File)
Aug 7 2024, 4:40 PM
Unknown Object (File)
Jul 25 2024, 5:14 PM

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 Not Applicable
Unit
Tests Not Applicable

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

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