Remove glibism!
This commit is contained in:
parent
907e67da13
commit
2f78c17197
|
@ -34,14 +34,14 @@
|
|||
|
||||
HB_BEGIN_DECLS
|
||||
|
||||
HB_INTERNAL gboolean
|
||||
HB_INTERNAL hb_bool_t
|
||||
_hb_ot_substitute_complex (hb_font_t *font,
|
||||
hb_face_t *face,
|
||||
hb_buffer_t *buffer,
|
||||
hb_feature_t *features,
|
||||
unsigned int num_features);
|
||||
|
||||
HB_INTERNAL gboolean
|
||||
HB_INTERNAL hb_bool_t
|
||||
_hb_ot_position_complex (hb_font_t *font,
|
||||
hb_face_t *face,
|
||||
hb_buffer_t *buffer,
|
||||
|
|
|
@ -114,7 +114,7 @@ setup_lookups (hb_font_t *font,
|
|||
}
|
||||
|
||||
|
||||
gboolean
|
||||
hb_bool_t
|
||||
_hb_ot_substitute_complex (hb_font_t *font,
|
||||
hb_face_t *face,
|
||||
hb_buffer_t *buffer,
|
||||
|
@ -138,7 +138,7 @@ _hb_ot_substitute_complex (hb_font_t *font,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
gboolean
|
||||
hb_bool_t
|
||||
_hb_ot_position_complex (hb_font_t *font,
|
||||
hb_face_t *face,
|
||||
hb_buffer_t *buffer,
|
||||
|
|
|
@ -120,7 +120,7 @@ hb_substitute_default (hb_font_t *font,
|
|||
hb_map_glyphs (font, face, buffer);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
static hb_bool_t
|
||||
hb_substitute_complex (hb_font_t *font,
|
||||
hb_face_t *face,
|
||||
hb_buffer_t *buffer,
|
||||
|
@ -163,7 +163,7 @@ hb_position_default (hb_font_t *font,
|
|||
}
|
||||
}
|
||||
|
||||
static gboolean
|
||||
static hb_bool_t
|
||||
hb_position_complex (hb_font_t *font,
|
||||
hb_face_t *face,
|
||||
hb_buffer_t *buffer,
|
||||
|
|
Loading…
Reference in New Issue