From ace5b20b614f8612d3977cb7c7f3ce235b3ed25d Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 9 Nov 2000 01:14:31 +0000 Subject: [PATCH] updating the "Design of FreeType 2" document --- docs/design/design-1.html | 27 ++++++++++++- docs/design/design-2.html | 26 ++++++++++++- docs/design/design-3.html | 26 ++++++++++++- docs/design/design-4.html | 26 ++++++++++++- docs/design/design-5.html | 26 ++++++++++++- docs/design/design-6.html | 61 +++++++++++++++++++++++++++++ docs/design/index.html | 80 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 267 insertions(+), 5 deletions(-) create mode 100644 docs/design/design-6.html create mode 100644 docs/design/index.html diff --git a/docs/design/design-1.html b/docs/design/design-1.html index 522d23aba..7a79b81d2 100644 --- a/docs/design/design-1.html +++ b/docs/design/design-1.html @@ -17,9 +17,22 @@
- +
+
+ + + +
+  + +Contents + +Next +
+ +

@@ -95,6 +108,18 @@ such topics as system-specific interfaces, how to write your own module and how to tailor library initialization & compilation to your needs.

+
+ + + +
+  + +Contents + +Next +
+

diff --git a/docs/design/design-2.html b/docs/design/design-2.html index 7270474e0..7d5a3b028 100644 --- a/docs/design/design-2.html +++ b/docs/design/design-2.html @@ -17,9 +17,21 @@
- +
+
+ + + +
+Previous + +Contents + +Next +
+

@@ -122,6 +134,18 @@ +
+ + + +
+Previous + +Contents + +Next +
+

diff --git a/docs/design/design-3.html b/docs/design/design-3.html index 3b57bb3fb..e04f08d63 100644 --- a/docs/design/design-3.html +++ b/docs/design/design-3.html @@ -17,9 +17,21 @@
- +
+
+ + + +
+Previous + +Contents + +Next +
+

@@ -288,6 +300,18 @@

Note that this picture will be updated at the end of the next chapter, related to internal objects.

+
+ + + +
+Previous + +Contents + +Next +
+

diff --git a/docs/design/design-4.html b/docs/design/design-4.html index 6147da1e1..234132b54 100644 --- a/docs/design/design-4.html +++ b/docs/design/design-4.html @@ -17,9 +17,21 @@
- +
+
+ + + +
+Previous + +Contents + +Next +
+

@@ -296,6 +308,18 @@ alt="Complete library model"> +
+ + + +
+Previous + +Contents + +Next +
+

diff --git a/docs/design/design-5.html b/docs/design/design-5.html index 42736c5e4..6d18011d5 100644 --- a/docs/design/design-5.html +++ b/docs/design/design-5.html @@ -17,9 +17,21 @@
- +
+
+ + + +
+Previous + +Contents + +Next +
+

@@ -393,6 +405,18 @@

Helper modules use the base FT_ModuleRec type. We will describe these classes in the next chapters.

+
+ + + +
+Previous + +Contents + +Next +
+

diff --git a/docs/design/design-6.html b/docs/design/design-6.html new file mode 100644 index 000000000..d537b68fb --- /dev/null +++ b/docs/design/design-6.html @@ -0,0 +1,61 @@ + + + + + + The Design of FreeType 2 - Introduction + + + + +

+ The Design of FreeType 2 +

+ +
+ + +
+ +
+ + + +
+Previous + +Contents + +  +
+ + + + +
+

+ TO BE CONTINUED... +

+
+ + +
+ + + +
+Previous + +Contents + +  +
+ +
+
+ + diff --git a/docs/design/index.html b/docs/design/index.html new file mode 100644 index 000000000..f78e3deef --- /dev/null +++ b/docs/design/index.html @@ -0,0 +1,80 @@ + + + + + + The Design of FreeType 2 - Introduction + + + + +

+ The Design of FreeType 2 +

+ +
+ + +
+ + + + +
+

+ Abstract +

+
+ +

This document describes the details of FreeType 2's internals. + It's a good read if you need to understand the innards of the + library in order to hack or extend it.

+ + + + + +
+

+ Table of Contents +

+
+ + +
+ + + +

Introduction

+
+ + + +

I. Components and APIs:

+
+ + + +

II. Public Objects and Classes:

+
+ + + +

III. Internal Objects and Classes:

+
+ + + +

IV. Module Classes:

+
+ +
+ +
+
+ +