Re: [AD] True colour fonts in datafiles and some datatype assumptions |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Saturday 30 April 2005 19:39, Evert Glebbeek wrote:
> The attached patch is an updated version of the previous one. With it,
the
> grabber and dat utilities now uses Allegro's build in font loading code
> instead of duplicating it. This means that the grabber can also grab
fonts
> directly from another datafile. I've also replaced all (I think) vtable
> comparisons with appropriate function calls.
Commited.
> Also added is a new datedit_select() function that takes a listbox-getter
> like function and displays a list of choices for the user. This is used
by
> the grabber when the user selects a datafile as a source for the font.
> This works fine in the grabber, but I can't get it to work properly in
the
> dat utility for some reason, so help there is appreciated.
Ignore me. I was calling dat rather than tools/dat as I should have.
Evert