Cesar Crusius wrote:
> 
> Just another software link: I just found out that there exists a generic
> font interface. It goes under the name VFlib (a brief search in google will
> lead you there) - you just initialize the library, open a font file (with
> one call to the same function for every format) and get a bitmapped
> character for any resolution also with just one function call.

VFlib is quite large. I suggest you look at the new freetype architecture
(FreeType 2). It is general (you can extends it to arbitrary font types),
modular (you load the font type modules you need) and generally very 
streamlined and small. 
The berlin project is going to use it as the font/glyph server. I already 
use the freetype 1.3 library to draw glyphs onto bitmaps and map them into 
the ggi visual.

Regards,        Stefan
_______________________________________________________              
              
Stefan Seefeld
Departement de Physique
Universite de Montreal
email: [EMAIL PROTECTED]

_______________________________________________________

      ...ich hab' noch einen Koffer in Berlin...

Reply via email to