summaryrefslogtreecommitdiffstats
path: root/docs/reference/ft2-user_allocation.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/ft2-user_allocation.html')
-rw-r--r--docs/reference/ft2-user_allocation.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/reference/ft2-user_allocation.html b/docs/reference/ft2-user_allocation.html
new file mode 100644
index 0000000..b213db3
--- /dev/null
+++ b/docs/reference/ft2-user_allocation.html
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>FreeType-2.3.5 API Reference</title>
+<style type="text/css">
+ body { font-family: Verdana, Geneva, Arial, Helvetica, serif;
+ color: #000000;
+ background: #FFFFFF; }
+
+ p { text-align: justify; }
+ h1 { text-align: center; }
+ li { text-align: justify; }
+ td { padding: 0 0.5em 0 0.5em }
+
+ a:link { color: #0000EF; }
+ a:visited { color: #51188E; }
+ a:hover { color: #FF0000; }
+
+ span.keyword { font-family: monospace;
+ text-align: left;
+ white-space: pre;
+ color: darkblue; }
+
+ pre.colored { color: blue; }
+
+ ul.empty { list-style-type: none; }
+</style>
+</head>
+<body>
+<center><h1>FreeType-2.3.5 API Reference</h1></center>
+
+<center><h1>
+User allocation
+</h1></center>
+<table align=center width="87%"><tr><td>
+<p>FreeType assumes that structures allocated by the user and passed as arguments are zeroed out except for the actual data. With other words, it is recommended to use &lsquo;calloc&rsquo; (or variants of it) instead of &lsquo;malloc&rsquo; for allocation.</p>
+</td></tr></table><br>
+</body>
+</html>