Class hb_font_draw_glyph_func_t

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

public abstract class hb_font_draw_glyph_func_t extends Callback implements hb_font_draw_glyph_func_tI
Callback function: hb_font_draw_glyph_func_t
  • Method Details

    • create

      public static hb_font_draw_glyph_func_t create(long functionPointer)
      Creates a hb_font_draw_glyph_func_t instance from the specified function pointer.
      Returns:
      the new hb_font_draw_glyph_func_t
    • createSafe

      public static @Nullable hb_font_draw_glyph_func_t createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static hb_font_draw_glyph_func_t create(hb_font_draw_glyph_func_tI instance)
      Creates a hb_font_draw_glyph_func_t instance that delegates to the specified hb_font_draw_glyph_func_tI instance.