RE: [AD] Font loadin: Feature Request

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Title: RE: [AD] Font loadin: Feature Request

> Right now there's no way to load a font directly, ie. there's no
>
> FONT* load_font(char* filename);

I think the rationale is that this format is Allegro specific. It is
a valid thing to load an external image, but there is no such thing as
an external font. It would have to be saved by Allegro in the first
place.
About your other suggestion, I would rather move the code to create a
font from a bitmap, and add:

FONT *create_font(BITMAP*);

--
Vincent Penquerc'h



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/