Minor
This commit is contained in:
parent
4035158de4
commit
ca6a317012
|
@ -807,7 +807,7 @@ hb_font_get_glyph_v_advance (hb_font_t *font,
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
hb_font_get_glyph_h_advances (hb_font_t* font,
|
hb_font_get_glyph_h_advances (hb_font_t* font,
|
||||||
unsigned count,
|
unsigned int count,
|
||||||
const hb_codepoint_t *first_glyph,
|
const hb_codepoint_t *first_glyph,
|
||||||
unsigned glyph_stride,
|
unsigned glyph_stride,
|
||||||
hb_position_t *first_advance,
|
hb_position_t *first_advance,
|
||||||
|
@ -825,7 +825,7 @@ hb_font_get_glyph_h_advances (hb_font_t* font,
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
hb_font_get_glyph_v_advances (hb_font_t* font,
|
hb_font_get_glyph_v_advances (hb_font_t* font,
|
||||||
unsigned count,
|
unsigned int count,
|
||||||
const hb_codepoint_t *first_glyph,
|
const hb_codepoint_t *first_glyph,
|
||||||
unsigned glyph_stride,
|
unsigned glyph_stride,
|
||||||
hb_position_t *first_advance,
|
hb_position_t *first_advance,
|
||||||
|
@ -1052,7 +1052,7 @@ hb_font_get_glyph_advance_for_direction (hb_font_t *font,
|
||||||
HB_EXTERN void
|
HB_EXTERN void
|
||||||
hb_font_get_glyph_advances_for_direction (hb_font_t* font,
|
hb_font_get_glyph_advances_for_direction (hb_font_t* font,
|
||||||
hb_direction_t direction,
|
hb_direction_t direction,
|
||||||
unsigned count,
|
unsigned int count,
|
||||||
const hb_codepoint_t *first_glyph,
|
const hb_codepoint_t *first_glyph,
|
||||||
unsigned glyph_stride,
|
unsigned glyph_stride,
|
||||||
hb_position_t *first_advance,
|
hb_position_t *first_advance,
|
||||||
|
|
|
@ -133,7 +133,7 @@ typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_h_advance_func_t;
|
||||||
typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_v_advance_func_t;
|
typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_v_advance_func_t;
|
||||||
|
|
||||||
typedef void (*hb_font_get_glyph_advances_func_t) (hb_font_t* font, void* font_data,
|
typedef void (*hb_font_get_glyph_advances_func_t) (hb_font_t* font, void* font_data,
|
||||||
unsigned count,
|
unsigned int count,
|
||||||
const hb_codepoint_t *first_glyph,
|
const hb_codepoint_t *first_glyph,
|
||||||
unsigned glyph_stride,
|
unsigned glyph_stride,
|
||||||
hb_position_t *first_advance,
|
hb_position_t *first_advance,
|
||||||
|
@ -423,14 +423,14 @@ hb_font_get_glyph_v_advance (hb_font_t *font,
|
||||||
|
|
||||||
HB_EXTERN void
|
HB_EXTERN void
|
||||||
hb_font_get_glyph_h_advances (hb_font_t* font,
|
hb_font_get_glyph_h_advances (hb_font_t* font,
|
||||||
unsigned count,
|
unsigned int count,
|
||||||
const hb_codepoint_t *first_glyph,
|
const hb_codepoint_t *first_glyph,
|
||||||
unsigned glyph_stride,
|
unsigned glyph_stride,
|
||||||
hb_position_t *first_advance,
|
hb_position_t *first_advance,
|
||||||
unsigned advance_stride);
|
unsigned advance_stride);
|
||||||
HB_EXTERN void
|
HB_EXTERN void
|
||||||
hb_font_get_glyph_v_advances (hb_font_t* font,
|
hb_font_get_glyph_v_advances (hb_font_t* font,
|
||||||
unsigned count,
|
unsigned int count,
|
||||||
const hb_codepoint_t *first_glyph,
|
const hb_codepoint_t *first_glyph,
|
||||||
unsigned glyph_stride,
|
unsigned glyph_stride,
|
||||||
hb_position_t *first_advance,
|
hb_position_t *first_advance,
|
||||||
|
@ -486,7 +486,7 @@ hb_font_get_glyph_advance_for_direction (hb_font_t *font,
|
||||||
HB_EXTERN void
|
HB_EXTERN void
|
||||||
hb_font_get_glyph_advances_for_direction (hb_font_t* font,
|
hb_font_get_glyph_advances_for_direction (hb_font_t* font,
|
||||||
hb_direction_t direction,
|
hb_direction_t direction,
|
||||||
unsigned count,
|
unsigned int count,
|
||||||
const hb_codepoint_t *first_glyph,
|
const hb_codepoint_t *first_glyph,
|
||||||
unsigned glyph_stride,
|
unsigned glyph_stride,
|
||||||
hb_position_t *first_advance,
|
hb_position_t *first_advance,
|
||||||
|
|
|
@ -377,7 +377,7 @@ struct hb_font_t
|
||||||
*y = get_glyph_v_advance (glyph);
|
*y = get_glyph_v_advance (glyph);
|
||||||
}
|
}
|
||||||
inline void get_glyph_advances_for_direction (hb_direction_t direction,
|
inline void get_glyph_advances_for_direction (hb_direction_t direction,
|
||||||
unsigned count,
|
unsigned int count,
|
||||||
const hb_codepoint_t *first_glyph,
|
const hb_codepoint_t *first_glyph,
|
||||||
unsigned glyph_stride,
|
unsigned glyph_stride,
|
||||||
hb_position_t *first_advance,
|
hb_position_t *first_advance,
|
||||||
|
|
Loading…
Reference in New Issue