freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 5c00a4680: Comment fixes.


From: Werner Lemberg
Subject: [freetype2] master 5c00a4680: Comment fixes.
Date: Fri, 9 Jun 2023 01:37:10 -0400 (EDT)

branch: master
commit 5c00a46805d6423fc45b4ba2c0f2e22dd0450d73
Author: suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
Commit: Werner Lemberg <wl@gnu.org>

    Comment fixes.
---
 src/cid/cidobjs.c  | 3 ++-
 src/type1/t1objs.c | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/cid/cidobjs.c b/src/cid/cidobjs.c
index e11c41d8b..f698a4192 100644
--- a/src/cid/cidobjs.c
+++ b/src/cid/cidobjs.c
@@ -267,7 +267,8 @@
    *
    * @Input:
    *   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 ::
    *     The index of the font face in the resource.
diff --git a/src/type1/t1objs.c b/src/type1/t1objs.c
index e8486f562..69e4fd506 100644
--- a/src/type1/t1objs.c
+++ b/src/type1/t1objs.c
@@ -289,7 +289,8 @@
    *
    * @Input:
    *   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 ::
    *     The index of the font face in the resource.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]