1.1.0
Public Attributes | List of all members
fc_pixels Struct Reference

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.
 

Detailed Description

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.

See also
fc_get_pixels
fc_cook

The documentation for this struct was generated from the following file: