Reference `fopen` in the docs.

This commit is contained in:
Alexei Podtelezhnikov 2021-09-22 22:22:13 -04:00
parent 90b14882ec
commit 3b573e4527
1 changed files with 4 additions and 0 deletions

View File

@ -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).
*/