Class hb_font_get_nominal_glyphs_func_t

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

public abstract class hb_font_get_nominal_glyphs_func_t extends org.lwjgl.system.Callback implements hb_font_get_nominal_glyphs_func_tI

Type


 unsigned int (*hb_font_get_nominal_glyphs_func_tI.invoke(long, long, int, long, int, long, int, long)) (
     hb_font_t *font,
     void *font_data,
     unsigned int count,
     hb_codepoint_t const *first_unicode,
     unsigned int unicode_stride,
     hb_codepoint_t *first_glyph,
     unsigned int glyph_stride,
     void *user_data
 )