shithub: freetype+ttf2subf

Download patch

ref: 9357ef80ff7a1112dec4e274ad68107d60bdcf52
parent: 34010f7c473330907b39bd7d55e985f407d7f87c
author: Werner Lemberg <[email protected]>
date: Wed Mar 15 03:56:22 EDT 2017

Typo: s/stroke/strike/.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -2308,7 +2308,7 @@
 
 2016-09-29  Werner Lemberg  <[email protected]>
 
-	[truetype] Disallow bitmap strokes for non-default instances.
+	[truetype] Disallow bitmap strikes for non-default instances.
 
 	Also speed up access of default instances if GX variations are
 	active.
@@ -2695,12 +2695,12 @@
 
 2016-09-03  Werner Lemberg  <[email protected]>
 
-	[base] Avoid negative bitmap stroke dimensions (#48985).
+	[base] Avoid negative bitmap strike dimensions (#48985).
 
 	* src/base/ftobjs.c (FT_Open_Face): Check whether negation was
 	actually successful.  For example, this can fail for value
 	-32768 if the type is `signed short'.  If there are problems,
-	disable the stroke.
+	disable the strike.
 
 2016-09-03  Werner Lemberg  <[email protected]>
 
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -2404,7 +2404,7 @@
         if ( bsize->height < 0 || bsize->x_ppem < 0 || bsize->y_ppem < 0 )
         {
           FT_TRACE0(( "FT_Open_Face:"
-                      " Invalid bitmap dimensions for stroke %d,"
+                      " Invalid bitmap dimensions for strike %d,"
                       " now disabled\n", i ));
           bsize->width  = 0;
           bsize->height = 0;