ACs can load fonts, but only .fnt files. The issue doesn’t seem to be specifically related to the ACs; it appears to be more about the method of loading the fonts, particularly how TrueType and bitmap fonts cause issues with GLFont.
If the same method is used to load fonts for regular chars (without preloading), it crashes with the exact same issue related to GLFont when using TrueType fonts. Bitmap fonts, on the other hand, cause a strange issue where the char loading the font and the stage aren’t rendered correctly, so this is probably why regular chars preload their fonts.
Describe the bug
Even though Attached Chars are essentially chars, they can't load fonts, Ikemen crashes if you try to do that.
To Reproduce
Expected behavior
Load the fonts like the chars do.
Screenshots / Video
No response
Engine Version (or source code date)
nightly 2024-09-23
Operating system
Windows
Extra context or search terms
No response