grab_font_from_bitmap
Grabs a font from a bitmap
Description
This function is the work-horse of load_bitmap_font, and can be used to
grab a font from a bitmap in memory. You can use this if you want to
generate or modify a font at runtime. The bitmap should follow the layout
described for load_bitmap_font.
Returns a pointer to the font or NULL on error. Remember that you are
responsible for destroying the font when you are finished with it to
avoid memory leaks.
Related Discussions
The following threads each have code containing this keyword:
Note: You can click on the numbers to jump directly to the posts that reference this page.
Related Projects
The following projects include source code containing this keyword: