Baked-in fonts aren't statically available at compile-time yet. #37
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Yes, the Jupiteroid font data is baked into source code, and the symbol is exposed to the external API. However, I have already found out the hard way that assigning a non-pointer variable to the Jupiteroid variable before calling JGL::Init() results in a NULL font object, and attempting to use it causes segmentation faults.
I don't know if it is fully possible, but if so, I will work on making this viable.
This is not possible. It would depend too much on initialization order. Anything JGL related only becomes available after JGL::Init