• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H26-Nov-2003-8,8287,168

doc/H03-May-2022-286228

examples/H03-May-2022-2,7932,183

src/H03-May-2022-2,7451,507

AUTHORSH A D05-Aug-200388 32

COPYINGH A D11-Jun-200224.7 KiB482399

ChangeLogH A D26-Nov-20033.6 KiB6665

Makefile.amH A D01-Jul-200227 21

Makefile.inH A D26-Nov-200316.1 KiB525445

READMEH A D04-Jul-20023.5 KiB12477

aclocal.m4H A D26-Nov-2003142.5 KiB4,3133,816

configureH A D03-May-2022298.6 KiB10,0358,008

configure.inH A D26-Nov-20032.7 KiB11593

README

1# Copyright (c) 2002 Ben Scott
2
3               GLText - OpenGL TrueType Font Renderer
4
5Thank you for downloading GLText and taking the time to read this file! GLText
6is a TrueType font rendering system for OpenGL. This library is reminiscent of
7GLTT and FTGL, but is designed to work well as a shared library. Most of all, it
8is designed from the ground up to be cross-platform, supporting no less than
9Windows (VC7 and Cygwin), Linux and IRIX.
10
11The goal of GLText is to have a platform independent font rendering system
12implemented in an object-oriented way, such that the details of the fonts and
13the font rendering can be abstracted from the applications. I have worked very
14hard to make it easy to plug in new renderers into the library.
15
16LATEST VERSION
17==============
18
19Before going any further, you can check that this package you have is the latest
20version at the GLText download page.
21
22         http://gltext.sourceforge.net/download.html
23
24
25REQUIREMENTS
26============
27
28GLText uses FreeType 2.1.x for the handling of TrueType fonts and OpenGL for the
29rendering of the fonts to the screen. There should be no other dependencies or
30requirements to use GLText.
31
32You can obtain FreeType from the FreeType Project Web site at:
33
34      http://www.freetype.org
35
36You can obtain OpenGL from the OpenGL Web site at:
37
38      http://www.opengl.org
39
40OPTIONAL REQUIREMENTS
41=====================
42
43The examples use GLUT 3.7 to abstract the windowing system from the
44applications. If you wish to compile and run the examples, you will need to get
45GLUT.
46
47The test suite in the CVS tree requires CppUnit 1.8.x to build and run. If you
48wish to run the tests, you will need to get CppUnit.
49
50You can obtain GLUT from the OpenGL Web site at:
51
52      http://www.opengl.org/developers/documentation/glut.html
53
54You can obtain CppUnit from the CppUnit Web site at:
55
56      http://cppunit.sourceforge.net
57
58DOCUMENTATION
59=============
60
61Installation instructions can be found in the INSTALL file.
62
63A quick and dirty tutorial can be found in the doc/tutorial.txt file.
64
65GLText API documentation is generated from the source code using Doxygen which
66may be obtained from http://www.doxygen.org.
67
68Additional documentation for GLText is available at:
69
70      http://gltext.sourceforge.net
71
72LICENSING
73=========
74
75GLText is distributed under the GNU LGPL, a full copy of which is available in
76the COPYING file. The LGPL is an approved Open Source license, which means:
77
78      This software is OSI Certified Open Source Software. OSI Certified is a
79      certification mark of the Open Source Initiative.
80
81More information about OSI certifications and Open Source software is available
82at:
83      http://www.opensource.org
84
85REPORTING BUGS
86==============
87
88You can report bugs either by following the "Tracker - Bugs" link on the GLText
89project page:
90
91      http://sourceforge.net/projects/gltext
92
93or by sending email to the GLText developers mailing list:
94
95      gltext-devel@lists.sourceforge.net
96
97MAILING LISTS
98=============
99
100A mailing list for developers of GLText is available. You may send questions or
101comments to the list at:
102
103      gltext-devel@lists.sourceforge.net
104
105You may request a subscription to the gltext-devel mailing list at:
106
107      http://lists.sourceforge.net/lists/listinfo/gltext-devel
108
109FOR MORE INFORMATION
110====================
111
112Check out the GLText Web site at:
113
114      http://gltext.sourceforge.net
115
116AUTHOR INFO
117===========
118
119Ben Scott
120nonchocoboy@users.sourceforge.net
121
122Much additional help was made from the GLText development team:
123      Chad Austin
124