Skip to content

issue 17: libxft-2.3.7: Bold fonts in urxvt missing leftmost pixels

Thomas E. Dickey requested to merge dickey/libxft:issue-17-bold-fonts into master

Update for issue #15 (closed) replaced maximum advance with truncated offsets. However, in some cases (e.g., server providing a fake bold version of a font), the result may extend outside the bounding box for the glyph. To work around this, use the minimum of old/new values.

Signed-off-by: Thomas E. Dickey dickey@invisible-island.net

Edited by Thomas E. Dickey

Merge request reports