![]() |
1.1.0
|
A structure holding pixel data and its dimensions. More...
#include <font.h>
Public Attributes | |
| unsigned char * | data |
| The pixel data produced after fc_cook, a 4-byte-per-pixel RGBA bitmap. | |
| struct fc_size | dimensions |
| Width and height of this pixel data. Buffer size would be dimensions.width * dimensions.height * 4. | |
A structure holding pixel data and its dimensions.
This is the return type of fc_get_pixels and has valid data after fc_cook was called.
1.8.17