TextSuite Java Wrapper by Markus Dllinger
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

TextSuite Copyright (C) 2007-2009 Steffen Xonna (aka Lossy eX)
http://www.opengl24.de/

For copyright informations see file ./libraries/copyright_textsuite.txt.


--- General ------------------------------------------------------------
The TextSuite copyright and readme.txt can be viewed in the subfolder
'libaries'.

If you have any problems, questions or suggestions you can visit the
forums on http://www.delphigl.com/


--- Samples ------------------------------------------------------------
This package provides some samples to demonstrate the usage of TextSuite
in Java.

All samples can be found in the textsuite.samples package, located in
the source folder.

These samples either require the JOGL or LWJGL OpenGL binding. See
http://lwjgl.org/ and https://jogl.dev.java.net/ for further information.

Some samples may require additional libraries. For further information
on this dependencies, refer to the TextSuite readme file.

For samples concerning the general usage of the TextSuite library, refer
to the original samples available on http://www.opengl24.de/.

--- Installation -------------------------------------------------------

In order to use the TextSuite Java Wrapper, the original TextSuite
library (libTextSuite) and the JNI-Wrapper library (TextSuite) need to
be in the Java library path.

Therefore the appropriate VM argument has to be set. Use:

"-Djava.library.path=../libraries/textsuite/"

in case the libraries are located in "../libraries/textsuite/".

All additional libraries required by libTextSuite.dll need to be in a
folder that is searched by the JVM.