You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks in advance. Forgive me if I've missed something silly.
I just downloaded a zip of the 1.2 release and tried to use it with Kitty terminal, which only uses monospace fonts. Long-story-short, it seems that the italic face is failing fontconfig's test for monospace font:
Thanks in advance. Forgive me if I've missed something silly.
I just downloaded a zip of the 1.2 release and tried to use it with Kitty terminal, which only uses monospace fonts. Long-story-short, it seems that the italic face is failing fontconfig's test for monospace font:
Or likewise:
I don't know anything about fonts, but it looks like fc uses some property called 'advances' to rule a font
FC_MONO
? So if the advances of each glyph are all "approximately equal" then the font is monospace:https://github.com/behdad/fontconfig/blob/5b41ded2b0ddb98a07ac86264b94403cb7a0fd82/src/fcfreetype.c#L2348
I'm not even sure this is a bug, but let me know if I can help.
The text was updated successfully, but these errors were encountered: