CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/03/13 19:34:57
Modified files:
usr.bin/mandoc : html.c mdoc_html.c
Log message:
Slightly increase widths calculated from string lengths (mainly
for .Bl -tag lists and SYNOPSIS .Nm blocks), such that the text
still fits even if it is printed in bold font.
This is an ugly band aid - but implementing font-dependent width
measurements would be a major project and even more difficult
for HTML than for PostScript.
Issue reported by Jan Stary <hans at stare dot cz>.