From: Yuri D'E. <wa...@th...> - 2018-11-09 11:24:07
|
My aafont file right now contains: ISO10646_UCS4_1=PragmataPro Mono where "PragmataPro Mono" is the family of the font. Unfortunately, the Bold weight doesn't contain some UTF8 symbols. As such, I'd like to do the following: U+2219-2219_BOLD=PragmataPro Mono Regular to explicitly select the regular variant as a fallback. However, it doesn't work. I guess due to the space in the family name. The fontconfig spec PragmataPro Mono:style=Regular is not accepted either as far I understood the config syntax, since ":" is interpreted in a different way. How can I force the regular variant then? Also, is there a better way to specify fallback fonts, like "urxvt" does? For instance, I'd like to specify the "regular" variant if a glypth is missing in the bold face as opposed to listing unicode ranges. Thanks |