summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2021-09-22 22:22:13 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2021-09-22 22:22:13 -0400
commit3b573e45272f4615a7db02aceb6775587eb562a3 (patch)
treec8dc1d34d0a1e7fa20015ebf49ddb1a4fd5701b7
parent90b14882ec253e12312974e0f6e129497df5ea78 (diff)
downloadfreetype2-3b573e45272f4615a7db02aceb6775587eb562a3.tar.gz
Reference `fopen` in the docs.
-rw-r--r--include/freetype/freetype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 43eb90f22..ad9610d17 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -2186,6 +2186,10 @@ FT_BEGIN_HEADER
* 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).
*/