freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] Comment fixes.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] Comment fixes.
Date: Fri, 09 Jun 2023 05:37:03 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

  • 5c00a468
    by suzuki toshiya at 2023-06-09T07:36:49+02:00
    Comment fixes.
    

2 changed files:

Changes:

  • src/cid/cidobjs.c
    ... ... @@ -267,7 +267,8 @@
    267 267
        *
    
    268 268
        * @Input:
    
    269 269
        *   stream ::
    
    270
    -   *     The source font stream.
    
    270
    +   *     Dummy argument for compatibility with the `FT_Face_InitFunc` API.
    
    271
    +   *     Ignored.  The stream should be passed through `face->root.stream`.
    
    271 272
        *
    
    272 273
        *   face_index ::
    
    273 274
        *     The index of the font face in the resource.
    

  • src/type1/t1objs.c
    ... ... @@ -289,7 +289,8 @@
    289 289
        *
    
    290 290
        * @Input:
    
    291 291
        *   stream ::
    
    292
    -   *     input stream where to load font data.
    
    292
    +   *     Dummy argument for compatibility with the `FT_Face_InitFunc` API.
    
    293
    +   *     Ignored.  The stream should be passed through `face->root.stream`.
    
    293 294
        *
    
    294 295
        *   face_index ::
    
    295 296
        *     The index of the font face in the resource.
    


  • reply via email to

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