summaryrefslogtreecommitdiff
path: root/freetype2/docs/glyphs/glyphs-7.html
diff options
context:
space:
mode:
Diffstat (limited to 'freetype2/docs/glyphs/glyphs-7.html')
-rw-r--r--freetype2/docs/glyphs/glyphs-7.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/freetype2/docs/glyphs/glyphs-7.html b/freetype2/docs/glyphs/glyphs-7.html
index 34367ef..5a6aa2e 100644
--- a/freetype2/docs/glyphs/glyphs-7.html
+++ b/freetype2/docs/glyphs/glyphs-7.html
@@ -110,7 +110,7 @@
<p>In FreeType, a bitmap or pixmap is described through a
single structure
- called <a href="../reference/site/ft2-basic_types.html#ft_bitmap"><code>FT_Bitmap</code></a>.
+ called <a href="../reference/ft2-basic_types.html#ft_bitmap"><code>FT_Bitmap</code></a>.
The fields we are interested in are:</p>
<table class="vertical-space">
@@ -324,7 +324,7 @@
</li>
<li>
<p>Call the rendering function (it can be
- <a href="../reference/site/ft2-outline_processing.html#ft_outline_render"><code>FT_Outline_Render</code></a>,
+ <a href="../reference/ft2-outline_processing.html#ft_outline_render"><code>FT_Outline_Render</code></a>,
for example).</p>
</li>
</ul>