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..)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
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>
@@ -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>
@@ -704,7 +704,7 @@ object files.
<br>
<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