contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.32k stars 102 forks source link

Fix collision of bold and regular font files #1376

Closed Yaraslaut closed 6 months ago

Yaraslaut commented 6 months ago

Some fonts do not provide separate files for regular and bold weight but use the same, this make impossible to distinguish this two possibilities when comparing file paths and font size

classabbyamp commented 6 months ago

tested this applied on top of the tagged 0.4.0 release, appears to work.

0x5c commented 6 months ago

Tried the same, works perfectly