[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> >Also I think it's a pity that the unicode lookup system is moved
> into the
> >vtable,
> >because now you have to re-implement it each time. IMHO it would
> have been
> >better to
> >just put glyph rendering functions in the vtable, and leave the
> lookup part
> >in the mainline code.
>
> Have you looked at the code properly? I don't quite understand what you
> mean by this comment.
while updating to a new version of allegro (i now have wip35, woohoo!),
i had to upgrade code dealing with fonts to the new font system, and i
found that some things (like a glyph output function for instance) would
be a good addition to the vtable. it would also be nice to be able to tell
whether a font is color or not (without having to use a hackish method).
my two cents...
--
Lyrian