summaryrefslogtreecommitdiff
path: root/freetype2
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2017-09-16 07:14:25 +0200
committerWerner Lemberg <wl@gnu.org>2017-09-16 07:14:25 +0200
commitc6786a7872f1cb672f837e92044d39640e6f178a (patch)
tree13039043a1c13b2f447b4dfb77cd2f64c7511770 /freetype2
parent49dab5376db899daaaa31f92d52b5c3aaf1c6771 (diff)
[tutorial] Mention dropout control.
Diffstat (limited to 'freetype2')
-rw-r--r--freetype2/docs/tutorial/step2.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/freetype2/docs/tutorial/step2.html b/freetype2/docs/tutorial/step2.html
index f898fb9..92fce36 100644
--- a/freetype2/docs/tutorial/step2.html
+++ b/freetype2/docs/tutorial/step2.html
@@ -993,7 +993,9 @@ void compute_string_bbox( FT_BBox *abbox )
results. In case you need 1-bit monochrome bitmaps, it is
even necessary to actually render the glyphs because the
rules for the conversion from outline to bitmap can also
- be controlled by hinting instructions.</p>
+ be controlled by hinting instructions
+ (cf. <a href="https://www.microsoft.com/typography/TrueTypeScanConversion.mspx">dropout
+ control</a>).</p>
<pre>
<span class="comment">/* compute string dimensions in integer pixels */</span>
@@ -1521,7 +1523,7 @@ pixels_y = design_y * y_scale;</pre>
<!-- ************************************************** -->
<div class="updated">
- <p>Last update: 2-May-2017</p>
+ <p>Last update: 16-Sep-2017</p>
</div>
</div>
</div>