From 186d231081ef78e19a632cbc4ea85f95cc154251 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 11 Jan 2000 04:09:35 +0000 Subject: [PATCH] Added a new documentation file that explains how memory management and basic i/o access are performed with FreeType 2. Note that unlike FT 1.x, you don't need to recompile the library if you want to provide your own memory manager or your own i/o streams. --- docs/internals/system-interface.html | 258 +++++++++++++++++++++++++++ 1 file changed, 258 insertions(+) create mode 100644 docs/internals/system-interface.html diff --git a/docs/internals/system-interface.html b/docs/internals/system-interface.html new file mode 100644 index 000000000..c505bbe59 --- /dev/null +++ b/docs/internals/system-interface.html @@ -0,0 +1,258 @@ + + + + + + + FreeType 2 Internals + + + + + +
+

+FreeType 2.0 System Interface

+ +
+

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

+ +


+


+
  +

Introduction:

+ + +

+


+

+ +

I. Memory Management

+ + +

+


+

+ +

II. Streams

+ + + +

+


+

+ +

III. Thread synchronisation

+ + +