parent
abd7fd4fb2
commit
ace5b20b61
7 changed files with 267 additions and 5 deletions
@ -0,0 +1,61 @@ |
||||
<!doctype html public "-//w3c//dtd html 4.0 transitional//en" |
||||
"http://www.w3.org/TR/REC-html40/loose.dtd"> |
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" |
||||
content="text/html; charset=iso-8859-1"> |
||||
<meta name="Author" |
||||
content="David Turner"> |
||||
<title>The Design of FreeType 2 - Introduction</title> |
||||
</head> |
||||
|
||||
<body text="#000000" |
||||
bgcolor="#ffffff"> |
||||
|
||||
<h1 align=center> |
||||
The Design of FreeType 2 |
||||
</h1> |
||||
|
||||
<center> |
||||
<table width="650"> |
||||
<tr><td> |
||||
|
||||
<center><table width="100%" border=0 cellpadding=5><tr bgcolor="#CCFFCC" valign=center> |
||||
<td align=center width="30%"> |
||||
<a href="design-5.html">Previous</a> |
||||
</td> |
||||
<td align=center width="30%"> |
||||
<a href="index.html">Contents</a> |
||||
</td> |
||||
<td align=center width="30%"> |
||||
|
||||
</td> |
||||
</tr></table></center> |
||||
|
||||
|
||||
<table width="100%"> |
||||
<tr bgcolor="#ccccee"><td> |
||||
<h1> |
||||
TO BE CONTINUED... |
||||
</h1> |
||||
</td></tr> |
||||
</table> |
||||
|
||||
|
||||
<center><table width="100%" border=0 cellpadding=5><tr bgcolor="#CCFFCC" valign=center> |
||||
<td align=center width="30%"> |
||||
<a href="design-5.html">Previous</a> |
||||
</td> |
||||
<td align=center width="30%"> |
||||
<a href="index.html">Contents</a> |
||||
</td> |
||||
<td align=center width="30%"> |
||||
|
||||
</td> |
||||
</tr></table></center> |
||||
|
||||
</td></tr> |
||||
</table> |
||||
</center> |
||||
</body> |
||||
</html> |
@ -0,0 +1,80 @@ |
||||
<!doctype html public "-//w3c//dtd html 4.0 transitional//en" |
||||
"http://www.w3.org/TR/REC-html40/loose.dtd"> |
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" |
||||
content="text/html; charset=iso-8859-1"> |
||||
<meta name="Author" |
||||
content="David Turner"> |
||||
<title>The Design of FreeType 2 - Introduction</title> |
||||
</head> |
||||
|
||||
<body text="#000000" |
||||
bgcolor="#ffffff"> |
||||
|
||||
<h1 align=center> |
||||
The Design of FreeType 2 |
||||
</h1> |
||||
|
||||
<center> |
||||
<table width="650"> |
||||
<tr><td> |
||||
|
||||
|
||||
<table width="100%"> |
||||
<tr bgcolor="#ccccee"><td> |
||||
<h1> |
||||
Abstract |
||||
</h1> |
||||
</td></tr> |
||||
</table> |
||||
|
||||
<p>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.</p> |
||||
|
||||
|
||||
|
||||
<table width="100%"> |
||||
<tr bgcolor="#ccccee"><td> |
||||
<h1> |
||||
Table of Contents |
||||
</h1> |
||||
</td></tr> |
||||
</table> |
||||
|
||||
|
||||
<center><table width="60%"><tr><td> |
||||
|
||||
|
||||
<a href="design-1.html"> |
||||
<h2>Introduction</h2> |
||||
</a> |
||||
|
||||
|
||||
<a href="design-2.html"> |
||||
<h2>I. Components and APIs:</h2> |
||||
</a> |
||||
|
||||
|
||||
<a href="design-3.html"> |
||||
<h2>II. Public Objects and Classes:</h2> |
||||
</a> |
||||
|
||||
|
||||
<a href="design-4.html"> |
||||
<h2>III. Internal Objects and Classes:</h2> |
||||
</a> |
||||
|
||||
|
||||
<a href="design-5.html"> |
||||
<h2>IV. Module Classes:</h2> |
||||
</a> |
||||
|
||||
</td></tr></table></center> |
||||
|
||||
</td></tr> |
||||
</table> |
||||
</center> |
||||
</body> |
||||
</html> |
Loading…
Reference in new issue