1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/graphics/sdl2_ttf/pkg-descr
Marcus von Appen c5a4db7c11 Welcome SDL2 to the FreeBSD ports system!
A set of new SDL2 related ports has been added, which are essentially
the same as their corresponding port for SDL1.2:

    audio/sdl2_mixer
    graphics/sdl2_image
    graphics/sdl2_ttf
    net/sdl2_net

A set of new USE_SDL knobs is available to enable SDL2 and its related
ports to be added as dependency to ports. Use either of

  USE_SDL= sdl2 image2 mixer2 net2 ttf2

to pull in the specific sdl2_* or sdl20 port.
2013-06-21 19:56:27 +00:00

16 lines
704 B
Plaintext

This library is a wrapper around the excellent FreeType library.
WARNING: There may be patent issues with using the FreeType library. Check the
FreeType website for up-to-date details.
This library allows you to use TrueType fonts to render text in SDL
applications.
Be careful when including fonts with your application, as many of them are
copyrighted. The Microsoft fonts, for example, are not freely redistributable
and even the free "web" fonts they provide are only redistributable in their
special executable installer form (May 1998). There are plenty of freeware and
shareware fonts available on the Internet though, and may suit your purposes.
WWW: http://www.libsdl.org/projects/SDL_ttf/