@@ -178,9 +178,9 @@ pub const HB_SCRIPT_SORA_SOMPENG: u32 = 1399812705_u32;
178
178
pub const HB_SCRIPT_TAKRI: u32 = 1415670642_u32;
179
179
pub const HB_SCRIPT_INVALID: u32 = 0_u32;
180
180
181
- pub type struct__hb_user_data_key_t = {
181
+ pub struct struct__hb_user_data_key_t {
182
182
unused: c_char,
183
- };
183
+ }
184
184
185
185
pub type hb_user_data_key_t = struct__hb_user_data_key_t;
186
186
@@ -219,23 +219,23 @@ pub type struct__hb_buffer_t = c_void;
219
219
220
220
pub type hb_buffer_t = struct__hb_buffer_t;
221
221
222
- pub type struct__hb_glyph_info_t = {
222
+ pub struct struct__hb_glyph_info_t {
223
223
codepoint: hb_codepoint_t,
224
224
mask: hb_mask_t,
225
225
cluster: uint32_t,
226
226
var1: hb_var_int_t,
227
227
var2: hb_var_int_t,
228
- };
228
+ }
229
229
230
230
pub type hb_glyph_info_t = struct__hb_glyph_info_t;
231
231
232
- pub type struct__hb_glyph_position_t = {
232
+ pub struct struct__hb_glyph_position_t {
233
233
x_advance: hb_position_t,
234
234
y_advance: hb_position_t,
235
235
x_offset: hb_position_t,
236
236
y_offset: hb_position_t,
237
237
var: hb_var_int_t,
238
- };
238
+ }
239
239
240
240
pub type hb_glyph_position_t = struct__hb_glyph_position_t;
241
241
@@ -253,12 +253,12 @@ pub type struct__hb_font_funcs_t = c_void;
253
253
254
254
pub type hb_font_funcs_t = struct__hb_font_funcs_t;
255
255
256
- pub type struct__hb_glyph_extents_t = {
256
+ pub struct struct__hb_glyph_extents_t {
257
257
x_bearing: hb_position_t,
258
258
y_bearing: hb_position_t,
259
259
width: hb_position_t,
260
260
height: hb_position_t,
261
- };
261
+ }
262
262
263
263
pub type hb_glyph_extents_t = struct__hb_glyph_extents_t;
264
264
@@ -290,12 +290,12 @@ pub type struct__hb_set_t = c_void;
290
290
291
291
pub type hb_set_t = struct__hb_set_t;
292
292
293
- pub type struct__hb_feature_t = {
293
+ pub struct struct__hb_feature_t {
294
294
tag: hb_tag_t,
295
295
value: uint32_t,
296
296
start: c_uint,
297
297
end: c_uint,
298
- };
298
+ }
299
299
300
300
pub type hb_feature_t = struct__hb_feature_t;
301
301
0 commit comments