Class hb_unicode_decompose_func_t

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

public abstract class hb_unicode_decompose_func_t extends Callback implements hb_unicode_decompose_func_tI
Callback function: hb_unicode_decompose_func_t
  • Method Details

    • create

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

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

      Creates a hb_unicode_decompose_func_t instance that delegates to the specified hb_unicode_decompose_func_tI instance.