Godot Version
4.2.2
Question
In a Using Emoji section of the doc I was told that:
CBDT/CBLC (embedded PNGs) and SVG emoji fonts are supported.
I interpret the “SVG emoji fonts” mentioned here as what’s called “OpenType-SVG” font format (or its TrueType equivalent). And then in the Using icon fonts section it said:
Fontello currently does not support creating multicolored fonts (which Godot can render). As of November 2022, support for multicolored fonts in icon font generation tools remains scarce.
So we know Godot can handle some “multicolored fonts” format. What exactly are these formats? OpenType-SVG or something entirely custom?
If I guessed it right, the “Emoji fonts” and the “Icon fonts” are the same sort of font files, something that has SVGs embedded into them, e.g. the OpenType-SVG? So how are the two kinds of font different, despite the fact that:
… icon fonts use the Unicode private use area, which is reserved for use by custom fonts and doesn’t contain standard glyphs by design.
while an Emoji font defines how Unicode Emoji Characters are displayed?