* include/freetype/ftimage.h (FT_Bitmap): Describe empty bitmap.
This commit is contained in:
parent
f92c96550a
commit
4f00846dde
@ -267,6 +267,10 @@ FT_BEGIN_HEADER
|
||||
* *logical* one. For example, if @FT_Pixel_Mode is set to
|
||||
* `FT_PIXEL_MODE_LCD`, the logical width is a just a third of the
|
||||
* physical one.
|
||||
*
|
||||
* An empty bitmap with a NULL `buffer` is valid, with `rows` and/or
|
||||
* `pitch` also set to 0. Such bitmaps might be produced while rendering
|
||||
* empty or degenerate outlines.
|
||||
*/
|
||||
typedef struct FT_Bitmap_
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user