OpenTTD / OpenTTD

OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe
https://www.openttd.org/
Other
6.06k stars 842 forks source link

Fix: Unable to choose a font name containing a hyphen. #12684

Closed PeterN closed 1 month ago

PeterN commented 1 month ago

Motivation / Problem

On Linux, it is not possible to select a system font with a hyphen in the name.

This is because FcNameParse() requires some characters be escaped. One such is a hyphen.

Description

Instead of trying to escape the string, pass the name directly as FC_FAMILY with FcPatternAddString() instead.

Limitations

Checklist for review

Some things are not automated, and forgotten often. This list is a reminder for the reviewers.