HD-Font-Generator
HD-Font-Generator copied to clipboard
Font Fallback Stack?
Is it possible to make the font fall back to another font if the letter is not supported? I know that CSS can do it, and Minecraft does it by default.
For example, I have a font called Nihonium that I want to use for ASCII, Latin A, Latin B, and Greek, but if that is not supported in the font, I want to specify the program to use PixelM+, a Japanese pixel font, and if that isn't supported either, probably the default Unicode font for Minecraft.
A single fallback font is already supported. Is what you want multiple fonts to be used as fallback?
Likely -- that's what a Stack is, right?