Thanks kenken. Checking now and will feedback shortly.
Just trying to add the ability to change font size dynamically (from options chosen in GUI).
In initialise a few fonts are defined as follows:
Just trying to add the ability to change font size dynamically (from options chosen in GUI).
In initialise a few fonts are defined as follows:
Code:
smallFont <- addFont("C:\\Windows\\Fonts\\arialbd.ttf", 12.0);
- If I try to redefine that anywhere outside of the initialise loop I get a full game crash (not responding). I can redefine inside initialise but that is no use as only called once.
- If I try to define a new font (rather than re-define a font) outside of initialise that also crashes completely with not responding.
Last edited: