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:

+ + + +


+