freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] * include/freetype/ftimage.h: Fix type


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] * include/freetype/ftimage.h: Fix type and link.
Date: Tue, 14 Nov 2023 04:15:56 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • 0f98994e
    by Alexei Podtelezhnikov (Алексей Подтележников) at 2023-11-13T23:15:00-05:00
    * include/freetype/ftimage.h: Fix type and link.
    

1 changed file:

Changes:

  • include/freetype/ftimage.h
    ... ... @@ -318,7 +318,7 @@ FT_BEGIN_HEADER
    318 318
        *
    
    319 319
        *     If bit~2 is set, bits 5-7 contain the drop-out mode (as defined in
    
    320 320
        *     the OpenType specification; the value is the same as the argument to
    
    321
    -   *     the 'SCANMODE' instruction).
    
    321
    +   *     the 'SCANTYPE' instruction).
    
    322 322
        *
    
    323 323
        *     Bits 3 and~4 are reserved for internal purposes.
    
    324 324
        *
    
    ... ... @@ -434,8 +434,8 @@ FT_BEGIN_HEADER
    434 434
        *   rasterizer; see the `tags` field in @FT_Outline.
    
    435 435
        *
    
    436 436
        *   Please refer to the description of the 'SCANTYPE' instruction in the
    
    437
    -   *   OpenType specification (in file `ttinst1.doc`) how simple drop-outs,
    
    438
    -   *   smart drop-outs, and stubs are defined.
    
    437
    +   *   [OpenType specification](https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#scantype)
    
    438
    +   *   how simple drop-outs, smart drop-outs, and stubs are defined.
    
    439 439
        */
    
    440 440
     #define FT_OUTLINE_NONE             0x0
    
    441 441
     #define FT_OUTLINE_OWNER            0x1
    


  • reply via email to

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