GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
al_load_bitmap_font(3) al_load_bitmap_font(3)

al_load_bitmap_font - Allegro 5 API


#include <allegro5/allegro_font.h>
ALLEGRO_FONT *al_load_bitmap_font(const char *fname)

    

Load a bitmap font from a file. This is done by first calling al_load_bitmap_flags(3) and then al_grab_font_from_bitmap(3).

If you wanted to load an old A4 font, for example, it would be better to load the bitmap yourself in order to call al_convert_mask_to_alpha(3) on it before passing it to al_grab_font_from_bitmap(3).

al_load_bitmap_font_flags(3), al_load_font(3), al_load_bitmap_flags(3)
Allegro reference manual

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.