shithub: freetype+ttf2subf

Download patch

ref: 8acd9800edf581428e5a227022545b700e7ab130
parent: e7ac9288acde8ad21c96ad9c448ad2b2cfc9fe6a
author: Werner Lemberg <wl@gnu.org>
date: Thu Jun 13 07:12:26 EDT 2019

Add memory access macro summary.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/internal/ftstream.h
+++ b/include/freetype/internal/ftstream.h
@@ -166,6 +166,17 @@
 
 
   /*
+   *    function      acts on      increases  does range   for    emits
+   *                                pointer    checking   frames  error
+   *  -------------------------------------------------------------------
+   *   FT_PEEK_XXX  buffer pointer      no         no        no     no
+   *   FT_NEXT_XXX  buffer pointer     yes         no        no     no
+   *   FT_GET_XXX   stream->cursor     yes        yes       yes     no
+   *   FT_READ_XXX  stream->pos        yes        yes        no    yes
+   */
+
+
+  /*
    * `FT_PEEK_XXX' are generic macros to get data from a buffer position.  No
    * safety checks are performed.
    */