shithub: freetype+ttf2subf

Download patch

ref: 83525bdd10c4b00500d8d9b5bbf5ad0419c99d21
parent: d91f752b773d22679939414a014fd2934c18c5b0
author: Werner Lemberg <[email protected]>
date: Fri Aug 31 03:37:15 EDT 2018

Minor comments.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/internal/ftobjs.h
+++ b/include/freetype/internal/ftobjs.h
@@ -702,7 +702,7 @@
 
 
   /* Preset bitmap metrics of an outline glyphslot prior to rendering */
-  /* and check if the truncated bbox is too large for rendering.      */       
+  /* and check whether the truncated bbox is too large for rendering. */
   FT_BASE( FT_Bool )
   ft_glyphslot_preset_bitmap( FT_GlyphSlot      slot,
                               FT_Render_Mode    mode,
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -342,8 +342,8 @@
   }
 
 
-  /* overflow-resistant presetting of bitmap position and dimensions */
-  /* also checks if the size is too large for rendering              */
+  /* overflow-resistant presetting of bitmap position and dimensions; */
+  /* also check whether the size is too large for rendering           */
   FT_BASE_DEF( FT_Bool )
   ft_glyphslot_preset_bitmap( FT_GlyphSlot      slot,
                               FT_Render_Mode    mode,