Class hb_font_get_variation_glyph_func_t

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

public abstract class hb_font_get_variation_glyph_func_t extends org.lwjgl.system.Callback implements hb_font_get_variation_glyph_func_tI

Type


 hb_bool_t (*hb_font_get_variation_glyph_func_tI.invoke(long, long, int, int, long, long)) (
     hb_font_t *font,
     void *font_data,
     hb_codepoint_t unicode,
     hb_codepoint_t variation_selector,
     hb_codepoint_t *glyph,
     void *user_data
 )