A proper Unicode Font setting #10510
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
I often work with unicode, and as anyone who uses unicode can attest, there aren't many fonts that support really nice unicode glyphs. I have seen the feature request for supporting multiple fonts, as Visual Studio Code does, which allows the user to specify a list of fonts. When a glyph is missing from the first font, VSCode allows missing characters to be rendered using subsequent fonts in the font-family. This feature request has been sitting around for a good few years without movement.
Instead of waiting for that feature to never be implemented, I had an alternative idea that might be an easier fix. I want a second font property in the settings. When there is no glyph available in the
primaryFont
, theunicodeFont
will be used to render the missing glyph.Alternative approach
You could very well just give me a hotkey to toggle between a
primaryFont
andsecondaryFont
so that I can switch when I need to, instead of constantly having to keep my settings file open and manually switch between them.The text was updated successfully, but these errors were encountered: