From b94713e9c58fa6655d69b6919c057acc465a4a89 Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 17 Jan 2000 18:56:49 +0000 Subject: [PATCH] Added a FreeType 2 Tutorial !! --- docs/tutorial/index.html | 645 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 645 insertions(+) create mode 100644 docs/tutorial/index.html diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html new file mode 100644 index 000000000..9dc1cd63b --- /dev/null +++ b/docs/tutorial/index.html @@ -0,0 +1,645 @@ + + + + + + + FreeType 2 Tutorial + + + + + +
+

+FreeType 2.0 Tutorial

+ +
+

+© 2000 David Turner (david@freetype.org)
+© 2000 The FreeType Development Team +(www.freetype.org) +

+ +


+


+
  +

Introduction:

+ + +


+ +

1. Header files :

+ + +


+ +

2. Initialise the library:

+ + +


+ +

3. Load a font face:

+ + +


+ +

4. Accessing face content:

+ + +


+

5. Setting the current pixel size:

+ + +


+ +

6. Loading a glyph image:

+ + +


+ +

7. Accessing glyph image data:

+ + +

8. Rendering glyph outlines into bitmaps:

+ + + +


+