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 (FT_Bitmap


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] * include/freetype/ftimage.h (FT_Bitmap): Describe empty bitmap.
Date: Sun, 25 Aug 2024 18:13:15 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • 4f00846d
    by Alexei Podtelezhnikov (Алексей Подтележников) at 2024-08-25T18:13:10+00:00
    * include/freetype/ftimage.h (FT_Bitmap): Describe empty bitmap.

1 changed file:

Changes:

  • include/freetype/ftimage.h
    ... ... @@ -267,6 +267,10 @@ FT_BEGIN_HEADER
    267 267
        *   *logical* one.  For example, if @FT_Pixel_Mode is set to
    
    268 268
        *   `FT_PIXEL_MODE_LCD`, the logical width is a just a third of the
    
    269 269
        *   physical one.
    
    270
    +   *
    
    271
    +   *   An empty bitmap with a NULL `buffer` is valid, with `rows` and/or
    
    272
    +   *   `pitch` also set to 0.  Such bitmaps might be produced while rendering
    
    273
    +   *   empty or degenerate outlines.
    
    270 274
        */
    
    271 275
       typedef struct  FT_Bitmap_
    
    272 276
       {
    


  • reply via email to

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