Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 1 | <SECTION> |
| 2 | <FILE>hb</FILE> |
| 3 | <SUBSECTION Private> |
| 4 | HB_H_IN |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 5 | HB_EXTERN |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 6 | </SECTION> |
| 7 | |
| 8 | <SECTION> |
| 9 | <FILE>hb-blob</FILE> |
| 10 | hb_blob_create |
Ebrahim Byagowi | ce17340 | 2018-04-20 10:29:06 +0430 | [diff] [blame] | 11 | hb_blob_create_from_file |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 12 | hb_blob_create_sub_blob |
Behdad Esfahbod | a989f3e | 2018-02-13 22:12:36 -0800 | [diff] [blame] | 13 | hb_blob_copy_writable_or_fail |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 14 | hb_blob_destroy |
| 15 | hb_blob_get_data |
| 16 | hb_blob_get_data_writable |
| 17 | hb_blob_get_empty |
| 18 | hb_blob_get_length |
| 19 | hb_blob_get_user_data |
| 20 | hb_blob_is_immutable |
| 21 | hb_blob_make_immutable |
| 22 | hb_blob_reference |
| 23 | hb_blob_set_user_data |
| 24 | hb_blob_t |
| 25 | hb_memory_mode_t |
| 26 | </SECTION> |
| 27 | |
| 28 | <SECTION> |
| 29 | <FILE>hb-buffer</FILE> |
| 30 | HB_SEGMENT_PROPERTIES_DEFAULT |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 31 | HB_BUFFER_REPLACEMENT_CODEPOINT_DEFAULT |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 32 | hb_buffer_create |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 33 | hb_buffer_reference |
Khaled Hosny | f18d222 | 2015-12-29 15:21:20 +0400 | [diff] [blame] | 34 | hb_buffer_get_empty |
| 35 | hb_buffer_destroy |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 36 | hb_buffer_reset |
Khaled Hosny | f18d222 | 2015-12-29 15:21:20 +0400 | [diff] [blame] | 37 | hb_buffer_clear_contents |
| 38 | hb_buffer_pre_allocate |
| 39 | hb_buffer_allocation_successful |
| 40 | hb_buffer_add |
| 41 | hb_buffer_add_codepoints |
| 42 | hb_buffer_add_utf32 |
| 43 | hb_buffer_add_utf16 |
| 44 | hb_buffer_add_utf8 |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 45 | hb_buffer_add_latin1 |
Behdad Esfahbod | 224d20e | 2017-08-23 14:41:48 -0700 | [diff] [blame] | 46 | hb_buffer_append |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 47 | hb_buffer_set_content_type |
Khaled Hosny | f18d222 | 2015-12-29 15:21:20 +0400 | [diff] [blame] | 48 | hb_buffer_get_content_type |
Khaled Hosny | 8ab797c | 2015-12-29 17:42:16 +0400 | [diff] [blame] | 49 | hb_buffer_set_direction |
Khaled Hosny | f18d222 | 2015-12-29 15:21:20 +0400 | [diff] [blame] | 50 | hb_buffer_get_direction |
Khaled Hosny | 8ab797c | 2015-12-29 17:42:16 +0400 | [diff] [blame] | 51 | hb_buffer_set_script |
| 52 | hb_buffer_get_script |
| 53 | hb_buffer_set_language |
| 54 | hb_buffer_get_language |
| 55 | hb_buffer_set_flags |
Khaled Hosny | f18d222 | 2015-12-29 15:21:20 +0400 | [diff] [blame] | 56 | hb_buffer_get_flags |
Khaled Hosny | fb192c2 | 2015-12-30 15:05:50 +0400 | [diff] [blame] | 57 | hb_buffer_set_cluster_level |
| 58 | hb_buffer_get_cluster_level |
Khaled Hosny | 8ab797c | 2015-12-29 17:42:16 +0400 | [diff] [blame] | 59 | hb_buffer_set_length |
| 60 | hb_buffer_get_length |
| 61 | hb_buffer_set_segment_properties |
Khaled Hosny | 8ab797c | 2015-12-29 17:42:16 +0400 | [diff] [blame] | 62 | hb_buffer_get_segment_properties |
Khaled Hosny | 9ab9f97 | 2016-01-01 20:38:21 +0400 | [diff] [blame] | 63 | hb_buffer_guess_segment_properties |
Khaled Hosny | 8ab797c | 2015-12-29 17:42:16 +0400 | [diff] [blame] | 64 | hb_buffer_set_unicode_funcs |
| 65 | hb_buffer_get_unicode_funcs |
| 66 | hb_buffer_set_user_data |
| 67 | hb_buffer_get_user_data |
Khaled Hosny | f18d222 | 2015-12-29 15:21:20 +0400 | [diff] [blame] | 68 | hb_buffer_get_glyph_infos |
| 69 | hb_buffer_get_glyph_positions |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 70 | hb_buffer_set_replacement_codepoint |
| 71 | hb_buffer_get_replacement_codepoint |
Khaled Hosny | f18d222 | 2015-12-29 15:21:20 +0400 | [diff] [blame] | 72 | hb_buffer_normalize_glyphs |
| 73 | hb_buffer_reverse |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 74 | hb_buffer_reverse_range |
Khaled Hosny | f18d222 | 2015-12-29 15:21:20 +0400 | [diff] [blame] | 75 | hb_buffer_reverse_clusters |
| 76 | hb_buffer_serialize_glyphs |
| 77 | hb_buffer_deserialize_glyphs |
| 78 | hb_buffer_serialize_format_from_string |
| 79 | hb_buffer_serialize_format_to_string |
| 80 | hb_buffer_serialize_list_formats |
| 81 | hb_segment_properties_equal |
| 82 | hb_segment_properties_hash |
Behdad Esfahbod | 224d20e | 2017-08-23 14:41:48 -0700 | [diff] [blame] | 83 | hb_buffer_diff |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 84 | hb_buffer_set_message_func |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 85 | hb_buffer_t |
Behdad Esfahbod | 224d20e | 2017-08-23 14:41:48 -0700 | [diff] [blame] | 86 | hb_glyph_info_get_glyph_flags |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 87 | hb_glyph_info_t |
Behdad Esfahbod | 224d20e | 2017-08-23 14:41:48 -0700 | [diff] [blame] | 88 | hb_glyph_flags_t |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 89 | hb_glyph_position_t |
Khaled Hosny | f18d222 | 2015-12-29 15:21:20 +0400 | [diff] [blame] | 90 | hb_buffer_content_type_t |
| 91 | hb_buffer_flags_t |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 92 | hb_buffer_cluster_level_t |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 93 | hb_segment_properties_t |
Khaled Hosny | f18d222 | 2015-12-29 15:21:20 +0400 | [diff] [blame] | 94 | hb_buffer_serialize_format_t |
Khaled Hosny | 9ab9f97 | 2016-01-01 20:38:21 +0400 | [diff] [blame] | 95 | hb_buffer_serialize_flags_t |
Behdad Esfahbod | 224d20e | 2017-08-23 14:41:48 -0700 | [diff] [blame] | 96 | hb_buffer_diff_flags_t |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 97 | hb_buffer_message_func_t |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 98 | </SECTION> |
| 99 | |
| 100 | <SECTION> |
| 101 | <FILE>hb-common</FILE> |
Khaled Hosny | 8ab797c | 2015-12-29 17:42:16 +0400 | [diff] [blame] | 102 | hb_tag_from_string |
| 103 | hb_tag_to_string |
| 104 | hb_direction_from_string |
| 105 | hb_direction_to_string |
| 106 | hb_script_from_iso15924_tag |
| 107 | hb_script_from_string |
| 108 | hb_script_to_iso15924_tag |
| 109 | hb_script_get_horizontal_direction |
| 110 | hb_language_from_string |
| 111 | hb_language_to_string |
| 112 | hb_language_get_default |
| 113 | hb_bool_t |
| 114 | hb_codepoint_t |
| 115 | hb_destroy_func_t |
| 116 | hb_direction_t |
| 117 | hb_language_t |
| 118 | hb_mask_t |
| 119 | hb_position_t |
| 120 | hb_tag_t |
| 121 | hb_script_t |
| 122 | hb_user_data_key_t |
| 123 | hb_var_int_t |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 124 | HB_TAG |
| 125 | HB_TAG_NONE |
Behdad Esfahbod | cabfa53 | 2014-06-20 13:51:21 -0400 | [diff] [blame] | 126 | HB_TAG_MAX |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 127 | HB_TAG_MAX_SIGNED |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 128 | HB_UNTAG |
Khaled Hosny | 8ab797c | 2015-12-29 17:42:16 +0400 | [diff] [blame] | 129 | HB_DIRECTION_REVERSE |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 130 | HB_DIRECTION_IS_BACKWARD |
| 131 | HB_DIRECTION_IS_FORWARD |
| 132 | HB_DIRECTION_IS_HORIZONTAL |
| 133 | HB_DIRECTION_IS_VALID |
| 134 | HB_DIRECTION_IS_VERTICAL |
Khaled Hosny | 8ab797c | 2015-12-29 17:42:16 +0400 | [diff] [blame] | 135 | HB_LANGUAGE_INVALID |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 136 | <SUBSECTION Private> |
| 137 | HB_BEGIN_DECLS |
| 138 | HB_END_DECLS |
| 139 | int16_t |
| 140 | int32_t |
| 141 | int64_t |
| 142 | int8_t |
| 143 | uint16_t |
| 144 | uint32_t |
| 145 | uint64_t |
| 146 | uint8_t |
| 147 | </SECTION> |
| 148 | |
| 149 | <SECTION> |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 150 | <FILE>hb-deprecated</FILE> |
| 151 | HB_BUFFER_FLAGS_DEFAULT |
| 152 | HB_BUFFER_SERIALIZE_FLAGS_DEFAULT |
| 153 | HB_SCRIPT_CANADIAN_ABORIGINAL |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 154 | hb_font_funcs_set_glyph_func |
| 155 | hb_font_get_glyph_func_t |
Behdad Esfahbod | bfe0faf | 2017-10-22 15:54:50 -0400 | [diff] [blame] | 156 | hb_set_invert |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 157 | </SECTION> |
| 158 | |
| 159 | <SECTION> |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 160 | <FILE>hb-coretext</FILE> |
Behdad Esfahbod | b98adef | 2017-10-17 12:00:34 -0700 | [diff] [blame] | 161 | HB_CORETEXT_TAG_KERX |
Behdad Esfahbod | cabfa53 | 2014-06-20 13:51:21 -0400 | [diff] [blame] | 162 | HB_CORETEXT_TAG_MORT |
| 163 | HB_CORETEXT_TAG_MORX |
| 164 | hb_coretext_face_create |
Behdad Esfahbod | 44f0ee3 | 2018-01-12 11:27:51 +0100 | [diff] [blame] | 165 | hb_coretext_font_create |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 166 | hb_coretext_face_get_cg_font |
| 167 | hb_coretext_font_get_ct_font |
| 168 | </SECTION> |
| 169 | |
| 170 | <SECTION> |
Behdad Esfahbod | 2e3a07a | 2013-08-26 18:49:07 -0400 | [diff] [blame] | 171 | <FILE>hb-face</FILE> |
Ebrahim Byagowi | 32da0c6 | 2018-06-05 18:56:26 +0430 | [diff] [blame] | 172 | hb_face_count |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 173 | hb_face_create |
| 174 | hb_face_create_for_tables |
| 175 | hb_face_destroy |
| 176 | hb_face_get_empty |
Behdad Esfahbod | b98adef | 2017-10-17 12:00:34 -0700 | [diff] [blame] | 177 | hb_face_get_table_tags |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 178 | hb_face_get_glyph_count |
| 179 | hb_face_get_index |
| 180 | hb_face_get_upem |
| 181 | hb_face_get_user_data |
| 182 | hb_face_is_immutable |
| 183 | hb_face_make_immutable |
| 184 | hb_face_reference |
| 185 | hb_face_reference_blob |
| 186 | hb_face_reference_table |
| 187 | hb_face_set_glyph_count |
| 188 | hb_face_set_index |
| 189 | hb_face_set_upem |
| 190 | hb_face_set_user_data |
| 191 | hb_face_t |
Behdad Esfahbod | 2e3a07a | 2013-08-26 18:49:07 -0400 | [diff] [blame] | 192 | </SECTION> |
| 193 | |
| 194 | <SECTION> |
| 195 | <FILE>hb-font</FILE> |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 196 | hb_font_add_glyph_origin_for_direction |
| 197 | hb_font_create |
| 198 | hb_font_create_sub_font |
| 199 | hb_font_destroy |
| 200 | hb_font_funcs_create |
| 201 | hb_font_funcs_destroy |
| 202 | hb_font_funcs_get_empty |
| 203 | hb_font_funcs_get_user_data |
| 204 | hb_font_funcs_is_immutable |
| 205 | hb_font_funcs_make_immutable |
| 206 | hb_font_funcs_reference |
| 207 | hb_font_funcs_set_glyph_contour_point_func |
| 208 | hb_font_funcs_set_glyph_extents_func |
| 209 | hb_font_funcs_set_glyph_from_name_func |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 210 | hb_font_funcs_set_glyph_h_advance_func |
| 211 | hb_font_funcs_set_glyph_h_kerning_func |
| 212 | hb_font_funcs_set_glyph_h_origin_func |
| 213 | hb_font_funcs_set_glyph_name_func |
| 214 | hb_font_funcs_set_glyph_v_advance_func |
| 215 | hb_font_funcs_set_glyph_v_kerning_func |
| 216 | hb_font_funcs_set_glyph_v_origin_func |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 217 | hb_font_funcs_set_nominal_glyph_func |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 218 | hb_font_funcs_set_user_data |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 219 | hb_font_funcs_set_variation_glyph_func |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 220 | hb_font_funcs_t |
| 221 | hb_font_get_empty |
| 222 | hb_font_get_face |
| 223 | hb_font_get_glyph |
| 224 | hb_font_get_glyph_advance_for_direction |
| 225 | hb_font_get_glyph_advance_func_t |
| 226 | hb_font_get_glyph_contour_point |
| 227 | hb_font_get_glyph_contour_point_for_origin |
| 228 | hb_font_get_glyph_contour_point_func_t |
| 229 | hb_font_get_glyph_extents |
| 230 | hb_font_get_glyph_extents_for_origin |
| 231 | hb_font_get_glyph_extents_func_t |
| 232 | hb_font_get_glyph_from_name |
| 233 | hb_font_get_glyph_from_name_func_t |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 234 | hb_font_get_glyph_h_advance |
| 235 | hb_font_get_glyph_h_advance_func_t |
| 236 | hb_font_get_glyph_h_kerning |
| 237 | hb_font_get_glyph_h_kerning_func_t |
| 238 | hb_font_get_glyph_h_origin |
| 239 | hb_font_get_glyph_h_origin_func_t |
| 240 | hb_font_get_glyph_kerning_for_direction |
| 241 | hb_font_get_glyph_kerning_func_t |
| 242 | hb_font_get_glyph_name |
| 243 | hb_font_get_glyph_name_func_t |
| 244 | hb_font_get_glyph_origin_for_direction |
| 245 | hb_font_get_glyph_origin_func_t |
| 246 | hb_font_get_glyph_v_advance |
| 247 | hb_font_get_glyph_v_advance_func_t |
| 248 | hb_font_get_glyph_v_kerning |
| 249 | hb_font_get_glyph_v_kerning_func_t |
| 250 | hb_font_get_glyph_v_origin |
| 251 | hb_font_get_glyph_v_origin_func_t |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 252 | hb_font_get_nominal_glyph |
| 253 | hb_font_get_nominal_glyph_func_t |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 254 | hb_font_get_parent |
| 255 | hb_font_get_ppem |
Behdad Esfahbod | b57f18d | 2017-10-11 11:47:47 +0200 | [diff] [blame] | 256 | hb_font_get_ptem |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 257 | hb_font_get_scale |
| 258 | hb_font_get_user_data |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 259 | hb_font_get_variation_glyph |
| 260 | hb_font_get_variation_glyph_func_t |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 261 | hb_font_get_var_coords_normalized |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 262 | hb_font_glyph_from_string |
| 263 | hb_font_glyph_to_string |
| 264 | hb_font_is_immutable |
| 265 | hb_font_make_immutable |
| 266 | hb_font_reference |
Behdad Esfahbod | 224d20e | 2017-08-23 14:41:48 -0700 | [diff] [blame] | 267 | hb_font_set_face |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 268 | hb_font_set_funcs |
| 269 | hb_font_set_funcs_data |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 270 | hb_font_set_parent |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 271 | hb_font_set_ppem |
Behdad Esfahbod | b57f18d | 2017-10-11 11:47:47 +0200 | [diff] [blame] | 272 | hb_font_set_ptem |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 273 | hb_font_set_scale |
| 274 | hb_font_set_user_data |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 275 | hb_variation_t |
| 276 | hb_variation_from_string |
| 277 | hb_variation_to_string |
| 278 | hb_font_set_variations |
| 279 | hb_font_set_var_coords_design |
| 280 | hb_font_set_var_coords_normalized |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 281 | hb_font_subtract_glyph_origin_for_direction |
| 282 | hb_font_t |
| 283 | hb_reference_table_func_t |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 284 | hb_font_funcs_set_font_h_extents_func |
| 285 | hb_font_funcs_set_font_v_extents_func |
| 286 | hb_font_get_extents_for_direction |
| 287 | hb_font_get_font_extents_func_t |
| 288 | hb_font_get_font_h_extents_func_t |
| 289 | hb_font_get_font_v_extents_func_t |
| 290 | hb_font_get_h_extents |
| 291 | hb_font_get_v_extents |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 292 | </SECTION> |
| 293 | |
| 294 | <SECTION> |
| 295 | <FILE>hb-ft</FILE> |
| 296 | hb_ft_face_create |
| 297 | hb_ft_face_create_cached |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 298 | hb_ft_face_create_referenced |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 299 | hb_ft_font_create |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 300 | hb_ft_font_create_referenced |
Behdad Esfahbod | 4e47813 | 2017-10-12 10:33:16 +0200 | [diff] [blame] | 301 | hb_ft_font_changed |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 302 | hb_ft_font_get_face |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 303 | hb_ft_font_set_load_flags |
| 304 | hb_ft_font_get_load_flags |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 305 | hb_ft_font_set_funcs |
| 306 | </SECTION> |
| 307 | |
| 308 | <SECTION> |
| 309 | <FILE>hb-glib</FILE> |
| 310 | hb_glib_get_unicode_funcs |
| 311 | hb_glib_script_from_script |
| 312 | hb_glib_script_to_script |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 313 | hb_glib_blob_create |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 314 | </SECTION> |
| 315 | |
| 316 | <SECTION> |
| 317 | <FILE>hb-gobject</FILE> |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 318 | HB_GOBJECT_TYPE_BLOB |
| 319 | HB_GOBJECT_TYPE_BUFFER |
| 320 | HB_GOBJECT_TYPE_BUFFER_CONTENT_TYPE |
Behdad Esfahbod | 224d20e | 2017-08-23 14:41:48 -0700 | [diff] [blame] | 321 | HB_GOBJECT_TYPE_BUFFER_DIFF_FLAGS |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 322 | HB_GOBJECT_TYPE_BUFFER_FLAGS |
| 323 | HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FLAGS |
| 324 | HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FORMAT |
| 325 | HB_GOBJECT_TYPE_DIRECTION |
| 326 | HB_GOBJECT_TYPE_FACE |
| 327 | HB_GOBJECT_TYPE_FONT |
| 328 | HB_GOBJECT_TYPE_FONT_FUNCS |
Behdad Esfahbod | 224d20e | 2017-08-23 14:41:48 -0700 | [diff] [blame] | 329 | HB_GOBJECT_TYPE_GLYPH_FLAGS |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 330 | HB_GOBJECT_TYPE_MEMORY_MODE |
| 331 | HB_GOBJECT_TYPE_OT_LAYOUT_GLYPH_CLASS |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 332 | HB_GOBJECT_TYPE_OT_MATH_CONSTANT |
Behdad Esfahbod | b5f2584 | 2018-02-11 19:49:18 -0600 | [diff] [blame] | 333 | HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 334 | HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART_FLAGS |
Behdad Esfahbod | b5f2584 | 2018-02-11 19:49:18 -0600 | [diff] [blame] | 335 | HB_GOBJECT_TYPE_OT_MATH_GLYPH_VARIANT |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 336 | HB_GOBJECT_TYPE_OT_MATH_KERN |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 337 | HB_GOBJECT_TYPE_SCRIPT |
| 338 | HB_GOBJECT_TYPE_SHAPE_PLAN |
| 339 | HB_GOBJECT_TYPE_UNICODE_COMBINING_CLASS |
| 340 | HB_GOBJECT_TYPE_UNICODE_FUNCS |
| 341 | HB_GOBJECT_TYPE_UNICODE_GENERAL_CATEGORY |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 342 | HB_GOBJECT_TYPE_BUFFER_CLUSTER_LEVEL |
| 343 | HB_GOBJECT_TYPE_FEATURE |
| 344 | HB_GOBJECT_TYPE_GLYPH_INFO |
| 345 | HB_GOBJECT_TYPE_GLYPH_POSITION |
| 346 | HB_GOBJECT_TYPE_SEGMENT_PROPERTIES |
| 347 | HB_GOBJECT_TYPE_SET |
| 348 | HB_GOBJECT_TYPE_USER_DATA_KEY |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 349 | hb_gobject_blob_get_type |
| 350 | hb_gobject_buffer_content_type_get_type |
Behdad Esfahbod | 224d20e | 2017-08-23 14:41:48 -0700 | [diff] [blame] | 351 | hb_gobject_buffer_diff_flags_get_type |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 352 | hb_gobject_buffer_flags_get_type |
| 353 | hb_gobject_buffer_get_type |
| 354 | hb_gobject_buffer_serialize_flags_get_type |
| 355 | hb_gobject_buffer_serialize_format_get_type |
| 356 | hb_gobject_direction_get_type |
| 357 | hb_gobject_face_get_type |
| 358 | hb_gobject_font_funcs_get_type |
| 359 | hb_gobject_font_get_type |
Behdad Esfahbod | 224d20e | 2017-08-23 14:41:48 -0700 | [diff] [blame] | 360 | hb_gobject_glyph_flags_get_type |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 361 | hb_gobject_memory_mode_get_type |
| 362 | hb_gobject_ot_layout_glyph_class_get_type |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 363 | hb_gobject_ot_math_constant_get_type |
Behdad Esfahbod | b5f2584 | 2018-02-11 19:49:18 -0600 | [diff] [blame] | 364 | hb_gobject_ot_math_glyph_part_get_type |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 365 | hb_gobject_ot_math_glyph_part_flags_get_type |
Behdad Esfahbod | b5f2584 | 2018-02-11 19:49:18 -0600 | [diff] [blame] | 366 | hb_gobject_ot_math_glyph_variant_get_type |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 367 | hb_gobject_ot_math_kern_get_type |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 368 | hb_gobject_script_get_type |
| 369 | hb_gobject_shape_plan_get_type |
| 370 | hb_gobject_unicode_combining_class_get_type |
| 371 | hb_gobject_unicode_funcs_get_type |
| 372 | hb_gobject_unicode_general_category_get_type |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 373 | hb_gobject_buffer_cluster_level_get_type |
| 374 | hb_gobject_feature_get_type |
| 375 | hb_gobject_glyph_info_get_type |
| 376 | hb_gobject_glyph_position_get_type |
| 377 | hb_gobject_segment_properties_get_type |
| 378 | hb_gobject_set_get_type |
| 379 | hb_gobject_user_data_key_get_type |
Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 380 | <SUBSECTION Private> |
| 381 | HB_GOBJECT_H_IN |
| 382 | </SECTION> |
| 383 | |
| 384 | <SECTION> |
| 385 | <FILE>hb-gobject</FILE> |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 386 | |
| 387 | </SECTION> |
| 388 | |
| 389 | <SECTION> |
| 390 | <FILE>hb-graphite2</FILE> |
| 391 | HB_GRAPHITE2_TAG_SILF |
| 392 | hb_graphite2_face_get_gr_face |
| 393 | hb_graphite2_font_get_gr_font |
| 394 | </SECTION> |
| 395 | |
| 396 | <SECTION> |
| 397 | <FILE>hb-icu</FILE> |
| 398 | hb_icu_get_unicode_funcs |
| 399 | hb_icu_script_from_script |
| 400 | hb_icu_script_to_script |
| 401 | </SECTION> |
| 402 | |
| 403 | <SECTION> |
Behdad Esfahbod | f3e58ab | 2018-06-12 19:32:04 -0400 | [diff] [blame] | 404 | <FILE>hb-map</FILE> |
| 405 | HB_MAP_VALUE_INVALID |
| 406 | hb_map_allocation_successful |
| 407 | hb_map_clear |
| 408 | hb_map_create |
| 409 | hb_map_del |
| 410 | hb_map_destroy |
| 411 | hb_map_get |
| 412 | hb_map_get_empty |
| 413 | hb_map_get_population |
| 414 | hb_map_get_user_data |
| 415 | hb_map_has |
| 416 | hb_map_is_empty |
| 417 | hb_map_reference |
| 418 | hb_map_set |
| 419 | hb_map_set_user_data |
| 420 | hb_map_t |
| 421 | </SECTION> |
| 422 | |
| 423 | <SECTION> |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 424 | <FILE>hb-ot</FILE> |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 425 | <SUBSECTION Private> |
| 426 | HB_OT_H_IN |
| 427 | </SECTION> |
| 428 | |
| 429 | <SECTION> |
Behdad Esfahbod | cabfa53 | 2014-06-20 13:51:21 -0400 | [diff] [blame] | 430 | <FILE>hb-ot-font</FILE> |
| 431 | hb_ot_font_set_funcs |
| 432 | </SECTION> |
| 433 | |
| 434 | <SECTION> |
| 435 | <FILE>hb-ot-shape</FILE> |
| 436 | hb_ot_shape_glyphs_closure |
| 437 | </SECTION> |
| 438 | |
| 439 | <SECTION> |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 440 | <FILE>hb-ot-layout</FILE> |
| 441 | HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX |
| 442 | HB_OT_LAYOUT_NO_FEATURE_INDEX |
| 443 | HB_OT_LAYOUT_NO_SCRIPT_INDEX |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 444 | HB_OT_LAYOUT_NO_VARIATIONS_INDEX |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 445 | HB_OT_TAG_GDEF |
| 446 | HB_OT_TAG_GPOS |
| 447 | HB_OT_TAG_GSUB |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 448 | HB_OT_TAG_JSTF |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 449 | hb_ot_layout_collect_lookups |
| 450 | hb_ot_layout_feature_get_lookups |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 451 | hb_ot_layout_feature_with_variations_get_lookups |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 452 | hb_ot_layout_get_attach_points |
Ebrahim Byagowi | 0c1b287 | 2018-07-21 21:14:48 +0430 | [diff] [blame] | 453 | hb_ot_layout_get_feature_name_ids |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 454 | hb_ot_layout_get_glyph_class |
| 455 | hb_ot_layout_get_glyphs_in_class |
| 456 | hb_ot_layout_get_ligature_carets |
| 457 | hb_ot_layout_get_size_params |
| 458 | hb_ot_layout_glyph_class_t |
| 459 | hb_ot_layout_glyph_sequence_func_t |
| 460 | hb_ot_layout_has_glyph_classes |
| 461 | hb_ot_layout_has_positioning |
| 462 | hb_ot_layout_has_substitution |
| 463 | hb_ot_layout_language_find_feature |
| 464 | hb_ot_layout_language_get_feature_indexes |
| 465 | hb_ot_layout_language_get_feature_tags |
Behdad Esfahbod | cabfa53 | 2014-06-20 13:51:21 -0400 | [diff] [blame] | 466 | hb_ot_layout_language_get_required_feature |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 467 | hb_ot_layout_lookup_collect_glyphs |
| 468 | hb_ot_layout_lookup_substitute_closure |
Behdad Esfahbod | f3e58ab | 2018-06-12 19:32:04 -0400 | [diff] [blame] | 469 | hb_ot_layout_lookups_substitute_closure |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 470 | hb_ot_layout_lookup_would_substitute |
| 471 | hb_ot_layout_script_find_language |
| 472 | hb_ot_layout_script_get_language_tags |
| 473 | hb_ot_layout_table_choose_script |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 474 | hb_ot_layout_table_find_feature_variations |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 475 | hb_ot_layout_table_find_script |
| 476 | hb_ot_layout_table_get_feature_tags |
| 477 | hb_ot_layout_table_get_script_tags |
Behdad Esfahbod | cabfa53 | 2014-06-20 13:51:21 -0400 | [diff] [blame] | 478 | hb_ot_layout_table_get_lookup_count |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 479 | hb_ot_shape_plan_collect_lookups |
Khaled Hosny | 85c2443 | 2015-12-30 22:57:04 +0400 | [diff] [blame] | 480 | hb_ot_layout_language_get_required_feature_index |
Behdad Esfahbod | 700a15f | 2013-08-26 17:49:36 -0400 | [diff] [blame] | 481 | <SUBSECTION Private> |
| 482 | Xhb_ot_layout_lookup_enumerate_sequences |
| 483 | Xhb_ot_layout_lookup_position |
| 484 | Xhb_ot_layout_lookup_substitute |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 485 | </SECTION> |
| 486 | |
| 487 | <SECTION> |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 488 | <FILE>hb-ot-var</FILE> |
Behdad Esfahbod | 7a860f6 | 2017-01-22 19:52:09 -0800 | [diff] [blame] | 489 | HB_OT_TAG_VAR_AXIS_ITALIC |
| 490 | HB_OT_TAG_VAR_AXIS_OPTICAL_SIZE |
| 491 | HB_OT_TAG_VAR_AXIS_SLANT |
| 492 | HB_OT_TAG_VAR_AXIS_WEIGHT |
| 493 | HB_OT_TAG_VAR_AXIS_WIDTH |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 494 | HB_OT_VAR_NO_AXIS_INDEX |
| 495 | hb_ot_var_axis_t |
| 496 | hb_ot_var_has_data |
| 497 | hb_ot_var_find_axis |
| 498 | hb_ot_var_get_axis_count |
| 499 | hb_ot_var_get_axes |
Behdad Esfahbod | 5ec96d3 | 2017-01-22 18:52:00 -0800 | [diff] [blame] | 500 | hb_ot_var_normalize_variations |
| 501 | hb_ot_var_normalize_coords |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 502 | </SECTION> |
| 503 | |
| 504 | <SECTION> |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 505 | <FILE>hb-ot-math</FILE> |
| 506 | HB_OT_TAG_MATH |
| 507 | HB_OT_MATH_SCRIPT |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 508 | hb_ot_math_constant_t |
Behdad Esfahbod | d1c6237 | 2016-09-28 19:11:22 +0200 | [diff] [blame] | 509 | hb_ot_math_kern_t |
| 510 | hb_ot_math_glyph_variant_t |
Behdad Esfahbod | 46cc4a3 | 2016-09-27 16:44:22 +0200 | [diff] [blame] | 511 | hb_ot_math_glyph_part_flags_t |
| 512 | hb_ot_math_glyph_part_t |
Behdad Esfahbod | d1c6237 | 2016-09-28 19:11:22 +0200 | [diff] [blame] | 513 | hb_ot_math_has_data |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 514 | hb_ot_math_get_constant |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 515 | hb_ot_math_get_glyph_italics_correction |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 516 | hb_ot_math_get_glyph_top_accent_attachment |
Behdad Esfahbod | d1c6237 | 2016-09-28 19:11:22 +0200 | [diff] [blame] | 517 | hb_ot_math_get_glyph_kerning |
| 518 | hb_ot_math_is_glyph_extended_shape |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 519 | hb_ot_math_get_glyph_variants |
| 520 | hb_ot_math_get_min_connector_overlap |
Behdad Esfahbod | d1c6237 | 2016-09-28 19:11:22 +0200 | [diff] [blame] | 521 | hb_ot_math_get_glyph_assembly |
Behdad Esfahbod | db5ebcf | 2016-09-27 16:42:25 +0200 | [diff] [blame] | 522 | </SECTION> |
| 523 | |
| 524 | <SECTION> |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 525 | <FILE>hb-ot-tag</FILE> |
| 526 | HB_OT_TAG_DEFAULT_LANGUAGE |
| 527 | HB_OT_TAG_DEFAULT_SCRIPT |
| 528 | hb_ot_tag_from_language |
| 529 | hb_ot_tag_to_language |
| 530 | hb_ot_tag_to_script |
| 531 | hb_ot_tags_from_script |
| 532 | </SECTION> |
| 533 | |
| 534 | <SECTION> |
| 535 | <FILE>hb-set</FILE> |
Behdad Esfahbod | cabfa53 | 2014-06-20 13:51:21 -0400 | [diff] [blame] | 536 | HB_SET_VALUE_INVALID |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 537 | hb_set_add |
| 538 | hb_set_add_range |
| 539 | hb_set_allocation_successful |
| 540 | hb_set_clear |
| 541 | hb_set_create |
| 542 | hb_set_del |
| 543 | hb_set_del_range |
| 544 | hb_set_destroy |
| 545 | hb_set_get_empty |
| 546 | hb_set_get_max |
| 547 | hb_set_get_min |
| 548 | hb_set_get_population |
| 549 | hb_set_get_user_data |
| 550 | hb_set_has |
| 551 | hb_set_intersect |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 552 | hb_set_is_empty |
| 553 | hb_set_is_equal |
Behdad Esfahbod | f3e58ab | 2018-06-12 19:32:04 -0400 | [diff] [blame] | 554 | hb_set_is_subset |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 555 | hb_set_next |
| 556 | hb_set_next_range |
Behdad Esfahbod | f3e58ab | 2018-06-12 19:32:04 -0400 | [diff] [blame] | 557 | hb_set_previous |
Behdad Esfahbod | 694eaf6 | 2018-02-14 01:00:10 -0800 | [diff] [blame] | 558 | hb_set_previous_range |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 559 | hb_set_reference |
| 560 | hb_set_set |
| 561 | hb_set_set_user_data |
| 562 | hb_set_subtract |
| 563 | hb_set_symmetric_difference |
| 564 | hb_set_t |
| 565 | hb_set_union |
| 566 | </SECTION> |
| 567 | |
| 568 | <SECTION> |
| 569 | <FILE>hb-shape</FILE> |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 570 | hb_feature_t |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 571 | hb_feature_from_string |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 572 | hb_feature_to_string |
| 573 | hb_shape |
| 574 | hb_shape_full |
| 575 | hb_shape_list_shapers |
| 576 | </SECTION> |
| 577 | |
| 578 | <SECTION> |
| 579 | <FILE>hb-shape-plan</FILE> |
| 580 | hb_shape_plan_create |
| 581 | hb_shape_plan_create_cached |
Behdad Esfahbod | d2f249e | 2017-01-22 17:42:33 -0800 | [diff] [blame] | 582 | hb_shape_plan_create2 |
| 583 | hb_shape_plan_create_cached2 |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 584 | hb_shape_plan_destroy |
| 585 | hb_shape_plan_execute |
| 586 | hb_shape_plan_get_empty |
| 587 | hb_shape_plan_get_shaper |
| 588 | hb_shape_plan_get_user_data |
| 589 | hb_shape_plan_reference |
| 590 | hb_shape_plan_set_user_data |
| 591 | hb_shape_plan_t |
| 592 | </SECTION> |
| 593 | |
| 594 | <SECTION> |
| 595 | <FILE>hb-unicode</FILE> |
| 596 | HB_UNICODE_MAX_DECOMPOSITION_LEN |
| 597 | hb_unicode_combining_class |
| 598 | hb_unicode_combining_class_func_t |
| 599 | hb_unicode_combining_class_t |
| 600 | hb_unicode_compose |
| 601 | hb_unicode_compose_func_t |
| 602 | hb_unicode_decompose |
| 603 | hb_unicode_decompose_compatibility |
| 604 | hb_unicode_decompose_func_t |
| 605 | hb_unicode_eastasian_width |
| 606 | hb_unicode_funcs_create |
| 607 | hb_unicode_funcs_destroy |
| 608 | hb_unicode_funcs_get_default |
| 609 | hb_unicode_funcs_get_empty |
| 610 | hb_unicode_funcs_get_parent |
| 611 | hb_unicode_funcs_get_user_data |
| 612 | hb_unicode_funcs_is_immutable |
| 613 | hb_unicode_funcs_make_immutable |
| 614 | hb_unicode_funcs_reference |
| 615 | hb_unicode_funcs_set_combining_class_func |
| 616 | hb_unicode_funcs_set_compose_func |
| 617 | hb_unicode_funcs_set_decompose_compatibility_func |
| 618 | hb_unicode_funcs_set_decompose_func |
| 619 | hb_unicode_funcs_set_eastasian_width_func |
| 620 | hb_unicode_funcs_set_general_category_func |
| 621 | hb_unicode_funcs_set_mirroring_func |
| 622 | hb_unicode_funcs_set_script_func |
| 623 | hb_unicode_funcs_set_user_data |
| 624 | hb_unicode_funcs_t |
| 625 | hb_unicode_general_category |
| 626 | hb_unicode_general_category_func_t |
| 627 | hb_unicode_general_category_t |
| 628 | hb_unicode_mirroring |
| 629 | hb_unicode_mirroring_func_t |
| 630 | hb_unicode_script |
| 631 | hb_unicode_script_func_t |
| 632 | </SECTION> |
| 633 | |
| 634 | <SECTION> |
| 635 | <FILE>hb-uniscribe</FILE> |
| 636 | hb_uniscribe_font_get_hfont |
| 637 | hb_uniscribe_font_get_logfontw |
Behdad Esfahbod | 7a860f6 | 2017-01-22 19:52:09 -0800 | [diff] [blame] | 638 | <SUBSECTION Private> |
| 639 | hb_directwrite_shape_experimental_width |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 640 | </SECTION> |
| 641 | |
| 642 | <SECTION> |
| 643 | <FILE>hb-version</FILE> |
Behdad Esfahbod | 2b051c6 | 2014-06-20 14:09:57 -0400 | [diff] [blame] | 644 | HB_VERSION_ATLEAST |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 645 | HB_VERSION_MAJOR |
| 646 | HB_VERSION_MICRO |
| 647 | HB_VERSION_MINOR |
| 648 | HB_VERSION_STRING |
| 649 | hb_version |
Behdad Esfahbod | 2b051c6 | 2014-06-20 14:09:57 -0400 | [diff] [blame] | 650 | hb_version_atleast |
Anthony Carrico | f7c72b4 | 2013-02-24 13:00:33 -0500 | [diff] [blame] | 651 | hb_version_string |
| 652 | </SECTION> |