Reference `fopen` in the docs.
This commit is contained in:
parent
90b14882ec
commit
3b573e4527
|
@ -2186,6 +2186,10 @@ FT_BEGIN_HEADER
|
||||||
* FreeType error code. 0~means success.
|
* FreeType error code. 0~means success.
|
||||||
*
|
*
|
||||||
* @note:
|
* @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
|
* Use @FT_Done_Face to destroy the created @FT_Face object (along with
|
||||||
* its slot and sizes).
|
* its slot and sizes).
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue