|
|
Rockbox mail archiveSubject: plugin API - font_unloadplugin API - font_unload
From: Karl Koehler <koehlerkarl_at_comcast.net>
Date: Sat, 11 Dec 2010 12:14:16 -0800
Hi,
I'm just getting started with plugin development; and I already seem
struct font* font = (struct font*)malloc(sizeof(struct font));
...
then at the end, I feel I should be able to do
Now font_load doesn't know if the font was malloc'd or just a stack
I see that rockpaint does only one font at a time, loading each to the
Thanks,
- Karl
Page was last modified "Jan 10 2012" The Rockbox Crew |