Class FT_Alloc_Func

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.freetype.FT_Alloc_Func
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, FT_Alloc_FuncI

public abstract class FT_Alloc_Func extends Callback implements FT_Alloc_FuncI
Callback function: FT_Alloc_Func
  • Method Details

    • create

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

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

      public static FT_Alloc_Func create(FT_Alloc_FuncI instance)
      Creates a FT_Alloc_Func instance that delegates to the specified FT_Alloc_FuncI instance.