Class hb_buffer_message_func_t

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

public abstract class hb_buffer_message_func_t extends Callback implements hb_buffer_message_func_tI
Callback function: hb_buffer_message_func_t
  • Method Details

    • create

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

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

      public static hb_buffer_message_func_t create(hb_buffer_message_func_tI instance)
      Creates a hb_buffer_message_func_t instance that delegates to the specified hb_buffer_message_func_tI instance.