New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=dea6852acbacce6c3522575a47c4f6a60b9249b9
commit dea6852acbacce6c3522575a47c4f6a60b9249b9
Author: Sven Neumann <[email protected]>
Date:   Wed Nov 10 14:30:40 2010 +0100

    font: add font attributes to control the hinting algorithm
    
    Add font attributes to control the hinting algorithm used by the
    FreeType font provider:
    
      DFFA_AUTOHINTING forces use of the auto-hinter over the font's
      native hinter.
    
      DFFA_SOFTHINTING selects a lighter hinting algorithm. It
      generates glyphs which are more fuzzy but better resemble
      their original shape. It implies use of the auto-hinter.

 include/directfb.h                           |    8 +++++++-
 interfaces/IDirectFBFont/idirectfbfont_ft2.c |   17 ++++++++++++++---
 2 files changed, 21 insertions(+), 4 deletions(-)

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

Reply via email to