[docs] Hook up new symbols
This commit is contained in:
parent
6aa019c4af
commit
e7400c0275
|
@ -104,8 +104,12 @@
|
|||
<title>API Index</title>
|
||||
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-0-9-2" role="0.9.2">
|
||||
<title>Index of new symbols in 0.9.2</title>
|
||||
<index id="deprecated-api-index" role="deprecated">
|
||||
<title>Index of deprecated API</title>
|
||||
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
|
||||
<index id="api-index-0-9-2" role="0.9.2"><title>Index of new symbols in 0.9.2</title>
|
||||
<xi:include href="xml/api-index-0.9.2.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-0-9-5" role="0.9.5">
|
||||
|
@ -184,6 +188,10 @@
|
|||
<title>Index of new symbols in 1.3.3</title>
|
||||
<xi:include href="xml/api-index-1.3.3.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-1-4-0" role="1.4.0">
|
||||
<title>Index of new symbols in 1.4.0</title>
|
||||
<xi:include href="xml/api-index-1.4.0.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-1-4-2" role="1.4.2">
|
||||
<title>Index of new symbols in 1.4.2</title>
|
||||
<xi:include href="xml/api-index-1.4.2.xml"><xi:fallback /></xi:include>
|
||||
|
@ -200,9 +208,37 @@
|
|||
<title>Index of new symbols in 1.6.0</title>
|
||||
<xi:include href="xml/api-index-1.6.0.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="deprecated-api-index" role="deprecated">
|
||||
<title>Index of deprecated API</title>
|
||||
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
||||
<index id="api-index-1-7-5" role="1.7.5">
|
||||
<title>Index of new symbols in 1.7.5</title>
|
||||
<xi:include href="xml/api-index-1.7.5.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-1-7-7" role="1.7.7">
|
||||
<title>Index of new symbols in 1.7.7</title>
|
||||
<xi:include href="xml/api-index-1.7.7.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-1-8-0" role="1.8.0">
|
||||
<title>Index of new symbols in 1.8.0</title>
|
||||
<xi:include href="xml/api-index-1.8.0.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-1-8-1" role="1.8.1">
|
||||
<title>Index of new symbols in 1.8.1</title>
|
||||
<xi:include href="xml/api-index-1.8.1.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-1-8-5" role="1.8.5">
|
||||
<title>Index of new symbols in 1.8.5</title>
|
||||
<xi:include href="xml/api-index-1.8.5.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-1-8-6" role="1.8.6">
|
||||
<title>Index of new symbols in 1.8.6</title>
|
||||
<xi:include href="xml/api-index-1.8.6.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-1-9-0" role="1.9.0">
|
||||
<title>Index of new symbols in 1.9.0</title>
|
||||
<xi:include href="xml/api-index-1.9.0.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index id="api-index-2-0-0" role="2.0.0">
|
||||
<title>Index of new symbols in 2.0.0</title>
|
||||
<xi:include href="xml/api-index-2.0.0.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
|
||||
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
<SUBSECTION Private>
|
||||
HB_H_IN
|
||||
HB_EXTERN
|
||||
HB_DEPRECATED
|
||||
HB_DEPRECATED_FOR
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -358,6 +360,7 @@ HB_GOBJECT_TYPE_FONT_FUNCS
|
|||
HB_GOBJECT_TYPE_GLYPH_FLAGS
|
||||
HB_GOBJECT_TYPE_MAP
|
||||
HB_GOBJECT_TYPE_MEMORY_MODE
|
||||
HB_GOBJECT_TYPE_OT_COLOR_PALETTE_FLAGS
|
||||
HB_GOBJECT_TYPE_OT_LAYOUT_GLYPH_CLASS
|
||||
HB_GOBJECT_TYPE_OT_MATH_CONSTANT
|
||||
HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART
|
||||
|
@ -390,6 +393,7 @@ hb_gobject_font_get_type
|
|||
hb_gobject_glyph_flags_get_type
|
||||
hb_gobject_map_get_type
|
||||
hb_gobject_memory_mode_get_type
|
||||
hb_gobject_ot_color_palette_flags_get_type
|
||||
hb_gobject_ot_layout_glyph_class_get_type
|
||||
hb_gobject_ot_math_constant_get_type
|
||||
hb_gobject_ot_math_glyph_part_get_type
|
||||
|
@ -459,6 +463,12 @@ HB_OT_H_IN
|
|||
|
||||
<SECTION>
|
||||
<FILE>hb-ot-color</FILE>
|
||||
hb_color_t
|
||||
HB_COLOR
|
||||
hb_color_get_alpha
|
||||
hb_color_get_blue
|
||||
hb_color_get_green
|
||||
hb_color_get_red
|
||||
hb_ot_color_glyph_get_layers
|
||||
hb_ot_color_has_layers
|
||||
hb_ot_color_has_palettes
|
||||
|
@ -476,6 +486,16 @@ hb_ot_color_palette_get_name_id
|
|||
hb_ot_font_set_funcs
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>hb-ot-name</FILE>
|
||||
hb_name_id_t
|
||||
HB_NAME_ID_INVALID
|
||||
hb_ot_name_get_names
|
||||
hb_ot_name_get_utf16
|
||||
hb_ot_name_get_utf32
|
||||
hb_ot_name_get_utf8
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>hb-ot-shape</FILE>
|
||||
hb_ot_shape_glyphs_closure
|
||||
|
@ -487,6 +507,7 @@ HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX
|
|||
HB_OT_LAYOUT_NO_FEATURE_INDEX
|
||||
HB_OT_LAYOUT_NO_SCRIPT_INDEX
|
||||
HB_OT_LAYOUT_NO_VARIATIONS_INDEX
|
||||
HB_OT_TAG_BASE
|
||||
HB_OT_TAG_GDEF
|
||||
HB_OT_TAG_GPOS
|
||||
HB_OT_TAG_GSUB
|
||||
|
|
|
@ -115,7 +115,7 @@ hb_ot_color_palette_get_count (hb_face_t *face)
|
|||
/**
|
||||
* hb_ot_color_palette_get_name_id:
|
||||
* @face: a font face.
|
||||
* @palette: the index of the color palette whose name is being requested.
|
||||
* @palette_index: the index of the color palette whose name is being requested.
|
||||
*
|
||||
* Retrieves the name id of a color palette. For example, a color font can
|
||||
* have themed palettes like "Spring", "Summer", "Fall", and "Winter".
|
||||
|
|
Loading…
Reference in New Issue