91861 / wayst

A simple terminal emulator
MIT License
287 stars 9 forks source link

font-symbol bug #41

Closed shoober420 closed 4 years ago

shoober420 commented 4 years ago

I'm currently trying to use font-fallback for certain missing charactors in a font set, but Wayst seems to ignore my desired option. When setting the main font option to PxPlus_IBM_VGA_8x16.ttf, the font will load. But when used for the font-fallback option, no changes are made to the missing glyphs. The font and missing glyphs are loaded when using the main font option.

Config: https://gist.github.com/shoober420/8a2206ee8472eb0b74aa7dec969f0ccc

91861 commented 4 years ago

font-fallback was renamed to font-symbol and font-fallback2 to font-color.

shoober420 commented 4 years ago

A new issue has arose. Using both font-symbol and font-color are ineffective to draw the missing glyphs in cmus for me. The desired font, PxPlus_IBM_VGA_8x16, will only render the missing glyphs when it’s set with font.

font 7FE882C3-1747-453D-B358-54ED143C3E77

font-symbol / font-color 227E3C7B-ED0E-447B-8C14-020DD5A08758

shoober420 commented 4 years ago

I figured it out. I left the underscores in the font name, so the font never loaded. This actually works perfectly fine. Thank you very much and sorry for the confusion.

B5CFAFBE-7E7D-40CC-8985-0D7750D79B35