NOTICE: This package has been removed from pkgsrc

./devel/SDL2_ttf, Use TrueType fonts in your SDL2 applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0.13, Package name: SDL2_ttf-2.0.13, Maintainer: pkgsrc-users

This is a sample library which allows you to use TrueType fonts in your SDL
applications. It comes with an example program "showfont" which displays an
example string for a given TrueType font file.

This package contains the SDL2 version of the library.


Required to run:
[graphics/freetype2] [devel/SDL2]

Required to build:
[pkgtools/x11-links] [x11/glproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/xf86driproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/dri2proto] [x11/fixesproto4]

Master sites:

SHA1: b20dfc67cbd52779abb298ffdc63e500e92f0413
RMD160: 13f7490ec369fa75baee9d0d5e2da2959abf1355
Filesize: 4055.643 KB

Version history: (Expand)


CVS history: (Expand)


   2016-01-17 15:08:03 by Thomas Klausner | Files touched by this commit (5) | Package removed
Log message:
Remove SDL2_ttf -- it already existed, but in fonts/
   2016-01-13 21:14:05 by Thomas Klausner | Files touched by this commit (5)
Log message:
Import SDL2_ttf-2.0.13 as devel/SDL2_ttf.

This is a sample library which allows you to use TrueType fonts in your SDL
applications. It comes with an example program "showfont" which displays an
example string for a given TrueType font file.

This package contains the SDL2 version of the library.

Changes compared to SDL_ttf:

2.0.13:
Sylvain - Sat Jun 28 11:42:42 2014
 * Fixed bug rendering text starting with a glyph with negative starting offset
beuc - Sun Jun 15 18:27:28 2014
 * Fixed regression loading non-scalable fonts
Sam Lantinga - Sun Jun 15 18:21:04 PDT 2014
 * TTF_GetFontKerningSize() gets kerning between two characters, not two glyph \ 
indices
David Ludwig - Sun Apr 13 22:28:26 2014
 * Added support for building for Windows RT and Windows Phone

2.0.12:
Sam Lantinga - Sat Jun  1 19:11:26 PDT 2013
 * Updated for SDL 2.0 release