Commit 98408d89372fff62722faf0907d9477a529ceb5a

David Turner 2000-01-11T02:22:16

renamed "internals.html" to "index.html" also, changed all image references to the new PNGs Note that this document is really out-of-date (there are no more resources, the stream manager has disappeared, the build systel was seriously modified, etc..)

diff --git a/docs/internals/Image1.gif b/docs/internals/Image1.gif
deleted file mode 100644
index 0725ca4..0000000
Binary files a/docs/internals/Image1.gif and /dev/null differ
diff --git a/docs/internals/Image2.gif b/docs/internals/Image2.gif
deleted file mode 100644
index d95e09c..0000000
Binary files a/docs/internals/Image2.gif and /dev/null differ
diff --git a/docs/internals/Image3.gif b/docs/internals/Image3.gif
deleted file mode 100644
index 6b5ae26..0000000
Binary files a/docs/internals/Image3.gif and /dev/null differ
diff --git a/docs/internals/Image4.gif b/docs/internals/Image4.gif
deleted file mode 100644
index 509b10a..0000000
Binary files a/docs/internals/Image4.gif and /dev/null differ
diff --git a/docs/internals/build_diagram.png b/docs/internals/build_diagram.png
new file mode 100644
index 0000000..7f8a399
Binary files /dev/null and b/docs/internals/build_diagram.png differ
diff --git a/docs/internals/freetype_internals.html b/docs/internals/freetype_internals.html
index 8659e7e..f52953d 100644
--- a/docs/internals/freetype_internals.html
+++ b/docs/internals/freetype_internals.html
@@ -464,7 +464,7 @@ is possible at run-time, in order to make upgrades easy.</blockquote>
 <blockquote>This diagram show the object relationships for the sole base
 layer. The library object is the root of the object graph :
 <center>
-<p><img SRC="objects_diagram.gif" height=300 width=562></center>
+<p><img SRC="objects_diagram.png" height=300 width=562></center>
 
 <p>It can be read as follows :
 <br>&nbsp;
@@ -575,7 +575,7 @@ with FT_Find_CharMap for a set of given encodings).
 <blockquote>The following diagram illustrates the relationships between
 font objects :
 <center>
-<p><img SRC="objects_diagram2.gif" height=327 width=561></center>
+<p><img SRC="objects_diagram2.png" height=327 width=561></center>
 
 <p>Which can be read as :
 <br>&nbsp;
@@ -704,7 +704,7 @@ object files.
 <br>&nbsp;
 <p><br>
 <center>
-<p><img SRC="build_diagram.gif" height=284 width=559></center>
+<p><img SRC="build_diagram.png" height=284 width=559></center>
 </blockquote>
 
 <h3>
diff --git a/docs/internals/objects_diagram.png b/docs/internals/objects_diagram.png
new file mode 100644
index 0000000..893bf69
Binary files /dev/null and b/docs/internals/objects_diagram.png differ
diff --git a/docs/internals/objects_diagram2.png b/docs/internals/objects_diagram2.png
new file mode 100644
index 0000000..0ef5fa3
Binary files /dev/null and b/docs/internals/objects_diagram2.png differ