mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 03:08:12 +02:00
Reference fopen in the docs.
This commit is contained in:
parent
90b14882ec
commit
3b573e4527
1 changed files with 4 additions and 0 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue