Query: grab_font_from_bitmap
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
grab_font_from_bitmap(3alleg4) Allegro manual grab_font_from_bitmap(3alleg4)NAMEgrab_font_from_bitmap - Grabs a font from a bitmap Allegro game programming library.SYNOPSIS#include <allegro.h> FONT *grab_font_from_bitmap(BITMAP *bmp)DESCRIPTIONThis 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.RETURN VALUEReturns 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.SEE ALSOload_bitmap_font(3alleg4) Allegro version 4.4.2 grab_font_from_bitmap(3alleg4)
Related Man Pages |
---|
exdata(3alleg4) - opendarwin |
exdata(3alleg4) - v7 |
exdata(3alleg4) - plan9 |
exdata(3alleg4) - redhat |
exdata(3alleg4) - osx |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Introduction |
Find columns in a file based on header and print to new file |
My first PERL incarnation... Audio Oscillograph |