Class hb_font_get_glyph_contour_point_func_t

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.harfbuzz.hb_font_get_glyph_contour_point_func_t
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.CallbackI, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer, hb_font_get_glyph_contour_point_func_tI

public abstract class hb_font_get_glyph_contour_point_func_t extends org.lwjgl.system.Callback implements hb_font_get_glyph_contour_point_func_tI

Type


 hb_bool_t (*hb_font_get_glyph_contour_point_func_tI.invoke(long, long, int, int, long, long, long)) (
     hb_font_t *font,
     void *font_data,
     hb_codepoint_t glyph,
     unsigned int point_index,
     hb_position_t *x,
     hb_position_t *y,
     void *user_data
 )