Comment fixes.

This commit is contained in:
suzuki toshiya 2023-05-17 01:29:40 +09:00 committed by Werner Lemberg
parent 86d0ca245a
commit 5c00a46805
2 changed files with 4 additions and 2 deletions

View File

@ -267,7 +267,8 @@
* *
* @Input: * @Input:
* stream :: * stream ::
* The source font stream. * Dummy argument for compatibility with the `FT_Face_InitFunc` API.
* Ignored. The stream should be passed through `face->root.stream`.
* *
* face_index :: * face_index ::
* The index of the font face in the resource. * The index of the font face in the resource.

View File

@ -289,7 +289,8 @@
* *
* @Input: * @Input:
* stream :: * stream ::
* input stream where to load font data. * Dummy argument for compatibility with the `FT_Face_InitFunc` API.
* Ignored. The stream should be passed through `face->root.stream`.
* *
* face_index :: * face_index ::
* The index of the font face in the resource. * The index of the font face in the resource.