April 20, 2026
2:38 p.m.
Akihiro Sagawa (@sgwaki) commented about fonts/genfont.ff:
if ($1 == "symbol.sfd") flags = 0x2000 endif -Generate($2, "ttf", flags) +Generate($2, $3, flags) Although it doesn't cause an error, the second parameter of `Generate` is a bitmap type, not a type of font. See https://fontforge.org/docs/scripting/scripting-alpha.html#Generate for details.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10603#note_137100