shithub: freetype+ttf2subf

Download patch

ref: 8f403ab8a8bb211aff88897319a15a418f85c86e
parent: a150b5ab53fe57c063924658bb0e67774fb629d1
author: Werner Lemberg <[email protected]>
date: Sat Jun 16 17:30:04 EDT 2018

Minor formatting.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/sfnt/ttbdf.c
+++ b/src/sfnt/ttbdf.c
@@ -45,7 +45,7 @@
 
     if ( bdf->loaded )
     {
-      FT_Stream  stream = FT_FACE(face)->stream;
+      FT_Stream  stream = FT_FACE( face )->stream;
 
 
       if ( bdf->table )
@@ -142,7 +142,7 @@
                          BDF_PropertyRec  *aprop )
   {
     TT_BDF     bdf   = &face->bdf;
-    FT_Size    size  = FT_FACE(face)->size;
+    FT_Size    size  = FT_FACE( face )->size;
     FT_Error   error = FT_Err_Ok;
     FT_Byte*   p;
     FT_UInt    count;