Class FT_Realloc_Func

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

public abstract class FT_Realloc_Func extends Callback implements FT_Realloc_FuncI
Callback function: FT_Realloc_Func
  • Method Details

    • create

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

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

      public static FT_Realloc_Func create(FT_Realloc_FuncI instance)
      Creates a FT_Realloc_Func instance that delegates to the specified FT_Realloc_FuncI instance.