[AD] font_has_alpha()?

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


Is another function needed to help determine when it might be a good idea to convert a font to use the trans vtable? It would be nice if you could write

FONT *fnt = load_font(...);

if (font_has_alpha(fnt))
{
    make_trans_font(fnt);
}

--
Daniel Schlyder




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