shithub: freetype+ttf2subf

Download patch

ref: 3da5182804211e4f7a85d90d25717b492283d3d2
parent: fe4f571f998e8c5f94d8fb48a3ba7721e8629adc
author: Werner Lemberg <[email protected]>
date: Sun Jun 23 05:48:20 EDT 2013

Fix comment.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/cff/cf2font.c
+++ b/src/cff/cf2font.c
@@ -98,10 +98,10 @@
        * The darkening amount is smaller for thicker stems.
        * It becomes zero when the stem is thicker than 2.333 pixels.
        *
-       * In Avalon rasterizer,
+       * By default, we use
        *
-       *   darkenAmount = 0.5 pixels   if scaledStem <= 0.5 pixels,
-       *   darkenAmount = 0.333 pixels if 1 <= scaledStem <= 1.667 pixels,
+       *   darkenAmount = 0.4 pixels   if scaledStem <= 0.5 pixels,
+       *   darkenAmount = 0.275 pixels if 1 <= scaledStem <= 1.667 pixels,
        *   darkenAmount = 0 pixel      if scaledStem >= 2.333 pixels,
        *
        * and piecewise linear in-between.