pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/SDL_ttf



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 23 13:22:12 UTC 2010

Modified Files:
        pkgsrc/devel/SDL_ttf: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/devel/SDL_ttf/patches: patch-aa

Log Message:
Changes 2.0.10:
* Set the appropriate font styles for bold and italic fonts
* Added font style TTF_STYLE_STRIKETHROUGH
* Fixed size calculations taking outline and underline into account
* Added API for font outlining: TTF_GetFontOutline()/TTF_SetFontOutline()
* Added API to disable kerning: TTF_GetFontKerning()/TTF_SetFontKerning()
* Fixed height calculation for fonts that extend below the font height
* Added access to font hinting: TTF_GetFontHinting()/TTF_SetFontHinting()
* Added TTF_GlyphIsProvided() to check whether a glyph is in a given font


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/SDL_ttf/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/SDL_ttf/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/SDL_ttf/buildlink3.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/SDL_ttf/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/SDL_ttf/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index