Subject: CVS commit: pkgsrc/devel/SDL_ttf
From: Adam Ciarcinski
Date: 2010-07-23 15:22:12
Message id: 20100723132212.766C2175DD@cvs.netbsd.org

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

Files:
RevisionActionfile
1.28modifypkgsrc/devel/SDL_ttf/Makefile
1.5modifypkgsrc/devel/SDL_ttf/PLIST
1.12modifypkgsrc/devel/SDL_ttf/buildlink3.mk
1.9modifypkgsrc/devel/SDL_ttf/distinfo
1.6modifypkgsrc/devel/SDL_ttf/patches/patch-aa