Quoting Andreas Beck <[EMAIL PROTECTED]>:
> Looks good. Where are the functions to select and load/free fonts ?
It looks like you have to use the freetype library.
> I'd like, if loading fonts could be done alternatively by font name or
> by
> an alias that is looked up through an alias database, maybe allowing to
> give alternatives at open, like on web
> <FONT FACE="Helvetica, Arial, Verdana") - guess you get the point.
> We might as well want to define a bunch of standard aliases that are
> used
> like kind of "user preferences".
Then it might be useful to define a 'ggi_font' abstraction.
Just a comment on the api: since all functions require a font argument,
wouldn't it be more convenient to keep a font context for each visual,
accessed via Set/GetFont calls?