Path to this page:
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: