I noticed there is a
"fonts_unload_custom_font" in the API yet in all the official examples that use a custom font (
Simplicity and
feature_custom_font), they are not unloaded using this function.
Is this function still necessary? Because if it is, then I think we've got some pretty broken examples over here. Many devs use the official examples as a reference of how things should be done.
0 ·
Comments
If you like my work, consider donating: Paypal
Unlike image and other resources, memory allocated to custom font resources is automatically freed when you exit an app.
Thus, the example is correct and I haven't been leading anyone astray.
(But if someone has an app where this appears to not be happening I'd appreciate a pointer--as that would indicate something isn't working as it should be.)