flixel icon indicating copy to clipboard operation
flixel copied to clipboard

Additional glyphs

Open SeiferTim opened this issue 2 years ago • 1 comments

Adding appendGlyphs function to FlxBitmapFont.

See https://github.com/AxolStudio/HFAdditionalGlyphsDemo for an example and details.

SeiferTim avatar Oct 19 '23 19:10 SeiferTim

truthfully, while I want this feature of adding glyphs to bitmap text, I don't know if I want this specific glyph parsing method to be the defacto way of using it. I can't explore right now, but I suspect there are more generic ways to implement this, I'm afraid that adding {foo} parsing may mess or conflict with other text parsing systems, I also think there might be more generic ways to add glyph frames to existing fonts, and in general I want to add ways to split up fonts into multiple atlases for various reasons. once that is done, I think an adhoc system like this will be easy to implement, and will make a good external tool

Geokureli avatar Oct 19 '23 20:10 Geokureli