summary refs log tree commit diff stats
path: root/vendor/SDL2_ttf/README.txt
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-03-20 13:03:18 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2022-03-20 13:03:18 -0400
commit304bab2aced9cae51d2e4c09f3d9e06c66ff175d (patch)
tree8397f81b893feb1cf624eee49c4fb01297aa08ad /vendor/SDL2_ttf/README.txt
parentba350484072c78e5e1a765370c22dbd76474aa39 (diff)
downloadether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.tar.gz
ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.tar.bz2
ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.zip
we can build a window app!
build type must be set to Release or it's horribly slow, and fullscreen does not work
Diffstat (limited to 'vendor/SDL2_ttf/README.txt')
-rw-r--r--vendor/SDL2_ttf/README.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/SDL2_ttf/README.txt b/vendor/SDL2_ttf/README.txt new file mode 100644 index 0000000..b75b3d7 --- /dev/null +++ b/vendor/SDL2_ttf/README.txt
@@ -0,0 +1,25 @@
1
2This library is a wrapper around the excellent FreeType 2.0 library,
3available at:
4 http://www.freetype.org/
5
6This library allows you to use TrueType fonts to render text in SDL
7applications.
8
9To make the library, first install the FreeType library, then type
10'./configure' then 'make' to build the SDL truetype library and the
11showfont and glfont example applications.
12
13Be careful when including fonts with your application, as many of them
14are copyrighted. The Microsoft fonts, for example, are not freely
15redistributable and even the free "web" fonts they provide are only
16redistributable in their special executable installer form (May 1998).
17There are plenty of freeware and shareware fonts available on the Internet
18though, and may suit your purposes.
19
20This library is under the zlib license, see the file "COPYING.txt" for details.
21
22Portions of this software are copyright © 2013 The FreeType Project (www.freetype.org). All rights reserved.
23
24Enjoy!
25 -Sam Lantinga <slouken@libsdl.org> (6/20/2001)