shithub: freetype+ttf2subf

Download patch

ref: 8bb4c8d454214b8531c9f9737bcd540370513ce8
parent: a07029ef5f2faf13dd030b4af3f1ae6d0b02ac0e
author: Werner Lemberg <[email protected]>
date: Tue Mar 3 01:39:01 EST 2015

Minor documentation improvement.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/t1tables.h
+++ b/include/t1tables.h
@@ -492,8 +492,9 @@
    *    FreeType error code.  0~means success.
    *
    * @note:
-   *    The string pointers within the font info structure are owned by
-   *    the face and don't need to be freed by the caller.
+   *    String pointers within the @PS_FontInfoRec structure are owned by
+   *    the face and don't need to be freed by the caller.  Missing entries
+   *    in the font's FontInfo dictionary are represented by NULL pointers.
    *
    *    If the font's format is not PostScript-based, this function will
    *    return the `FT_Err_Invalid_Argument' error code.