CVSROOT:        /cvs/directfb
Module name:    lite
Changes by:     kent    20050215 20:34:37

Modified files:
        lite           : font.c font.h label.c label.h lite_config.h 
                         lite_internal.h textline.c window.c 

Log message:
Contributions from Andy Stewart ([EMAIL PROTECTED])

Add defined strings in lite_config.h for the default font names.

Add a DFBFontAttributes argument to both lite_get_font and 
lite_get_font_from_file.
Add lite_set_active_font and lite_get_active_font functions.

Follow the DirectFB convention of returning DFBResult from the public APIs,
and add the old return value as an additional argument.

Use macros patterned after DirectFB's D_BREAK and D_INFO instead of fprintf
for error or status messages.  This will be an incremental conversion,
since at this point, only font.c uses this convention.

Modify the callers to lite_get_font in label.c, textline.c, and window.c 
accordingly.


_______________________________________________
directfb-cvs mailing list
[email protected]
http://www.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to