|
|
|
@ -404,7 +404,7 @@ typedef hb_bool_t (*hb_font_get_glyph_from_name_func_t) (hb_font_t *font, void * |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_font_h_extents_func_t. |
|
|
|
|
* |
|
|
|
@ -420,7 +420,7 @@ hb_font_funcs_set_font_h_extents_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_font_v_extents_func_t. |
|
|
|
|
* |
|
|
|
@ -436,7 +436,7 @@ hb_font_funcs_set_font_v_extents_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_nominal_glyph_func_t. |
|
|
|
|
* |
|
|
|
@ -452,7 +452,7 @@ hb_font_funcs_set_nominal_glyph_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_nominal_glyphs_func_t. |
|
|
|
|
* |
|
|
|
@ -468,7 +468,7 @@ hb_font_funcs_set_nominal_glyphs_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_variation_glyph_func_t. |
|
|
|
|
* |
|
|
|
@ -484,7 +484,7 @@ hb_font_funcs_set_variation_glyph_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_glyph_h_advance_func_t. |
|
|
|
|
* |
|
|
|
@ -500,7 +500,7 @@ hb_font_funcs_set_glyph_h_advance_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_glyph_v_advance_func_t. |
|
|
|
|
* |
|
|
|
@ -516,7 +516,7 @@ hb_font_funcs_set_glyph_v_advance_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_glyph_h_advances_func_t. |
|
|
|
|
* |
|
|
|
@ -532,7 +532,7 @@ hb_font_funcs_set_glyph_h_advances_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_glyph_v_advances_func_t. |
|
|
|
|
* |
|
|
|
@ -548,7 +548,7 @@ hb_font_funcs_set_glyph_v_advances_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_glyph_h_origin_func_t. |
|
|
|
|
* |
|
|
|
@ -564,7 +564,7 @@ hb_font_funcs_set_glyph_h_origin_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_glyph_v_origin_func_t. |
|
|
|
|
* |
|
|
|
@ -596,7 +596,7 @@ hb_font_funcs_set_glyph_h_kerning_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_glyph_extents_func_t. |
|
|
|
|
* |
|
|
|
@ -612,7 +612,7 @@ hb_font_funcs_set_glyph_extents_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_glyph_contour_point_func_t. |
|
|
|
|
* |
|
|
|
@ -628,7 +628,7 @@ hb_font_funcs_set_glyph_contour_point_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_glyph_name_func_t. |
|
|
|
|
* |
|
|
|
@ -644,7 +644,7 @@ hb_font_funcs_set_glyph_name_func (hb_font_funcs_t *ffuncs, |
|
|
|
|
* @ffuncs: A font-function structure |
|
|
|
|
* @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign |
|
|
|
|
* @user_data: Data to pass to @func |
|
|
|
|
* @destroy: The function to call when @user_data is not needed anymore |
|
|
|
|
* @destroy: (optional): The function to call when @user_data is not needed anymore |
|
|
|
|
* |
|
|
|
|
* Sets the implementation function for #hb_font_get_glyph_from_name_func_t. |
|
|
|
|
* |
|
|
|
|