Synopsis
typedef struct {
  int width;
  int height;
  const unsigned char *raster;
} CTL_GFX_GLYPH_t;
Description

CTL_GFX_GLYPH_t describes a glyph in a font. The glyph is width pixels wide by height pixels high and the raster image is pointed to by raster.