Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <hb-ot-color.h>
Data Fields | |
hb_codepoint_t | glyph |
unsigned int | color_index |
hb_ot_color_layer_t: @glyph: the glyph ID of the layer @color_index: the palette color index of the layer
Pairs of glyph and color index.
A color index of 0xFFFF does not refer to a palette color, but indicates that the foreground color should be used.
Since: 2.1.0
Definition at line 111 of file hb-ot-color.h.
unsigned int hb_ot_color_layer_t::color_index |
Definition at line 113 of file hb-ot-color.h.
hb_codepoint_t hb_ot_color_layer_t::glyph |
Definition at line 112 of file hb-ot-color.h.