shithub: freetype+ttf2subf

Download patch

ref: 3b573e45272f4615a7db02aceb6775587eb562a3
parent: 90b14882ec253e12312974e0f6e129497df5ea78
author: Alexei Podtelezhnikov <apodtele@gmail.com>
date: Wed Sep 22 18:22:13 EDT 2021

Reference `fopen` in the docs.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -2186,6 +2186,10 @@
    *   FreeType error code.  0~means success.
    *
    * @note:
+   *   The `pathname` string should be reconizable as such by a standard
+   *   `fopen()` call on your system.  If that is not sufficient to address
+   *   all file name possiblities, you can use @FT_Open_Face.
+   *
    *   Use @FT_Done_Face to destroy the created @FT_Face object (along with
    *   its slot and sizes).
    */