[docs] Complete hb-color docs a bit
This commit is contained in:
parent
aa107e657b
commit
5b7b730d4b
|
@ -66,6 +66,8 @@ hb_ot_color_palette_color_get_name_id (hb_face_t *face,
|
||||||
* @HB_OT_COLOR_PALETTE_FLAG_USABLE_WITH_DARK_BACKGROUND: Flag indicating that the color
|
* @HB_OT_COLOR_PALETTE_FLAG_USABLE_WITH_DARK_BACKGROUND: Flag indicating that the color
|
||||||
* palette is appropriate to use when displaying the font on a dark background such as black.
|
* palette is appropriate to use when displaying the font on a dark background such as black.
|
||||||
*
|
*
|
||||||
|
* Flags that describe the properties of color palette.
|
||||||
|
*
|
||||||
* Since: 2.1.0
|
* Since: 2.1.0
|
||||||
*/
|
*/
|
||||||
typedef enum { /*< flags >*/
|
typedef enum { /*< flags >*/
|
||||||
|
@ -95,6 +97,8 @@ hb_ot_color_has_layers (hb_face_t *face);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* hb_ot_color_layer_t:
|
* 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.
|
* Pairs of glyph and color index.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue