On 2/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > I'm looking to use dgiff because Ihave to draw font of différents size. > But I don't understand how dgiff works.
Basically, you tell DFB to use a DGIFF file instead of a TTF file when you call CreateFont. To create the DGIFF files, you use a command line like mkdgiff --format A1 --sizes 10,12,14 font.ttf > font.dgiff You can't really author a font in this format, it's just an optimization tool to avoid going through Freetype for commonly used sizes. _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
