grab_font_from_bitmap(3alleg4) debian man page | unix.com

Man Page: grab_font_from_bitmap

Operating Environment: debian

Section: 3alleg4

grab_font_from_bitmap(3alleg4)					  Allegro manual				    grab_font_from_bitmap(3alleg4)

NAME
grab_font_from_bitmap - Grabs a font from a bitmap Allegro game programming library.
SYNOPSIS
#include <allegro.h> FONT *grab_font_from_bitmap(BITMAP *bmp)
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.
RETURN VALUE
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.
SEE ALSO
load_bitmap_font(3alleg4) Allegro version 4.4.2 grab_font_from_bitmap(3alleg4)
Related Man Pages
load_bitmap_font(3alleg4) - debian
exdata(3alleg4) - suse
exdata(3alleg4) - v7
exdata(3alleg4) - plan9
exdata(3alleg4) - mojave
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Introduction
Detecting unused variables...
A (ksh) Library For and From UNIX.com