Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType
Commits:
-
4f00846d
by Alexei Podtelezhnikov (Алексей Подтележников) at 2024-08-25T18:13:10+00:00
1 changed file:
Changes:
... | ... | @@ -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 | {
|