Class FT_Raster_ResetFunc

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

public abstract class FT_Raster_ResetFunc extends Callback implements FT_Raster_ResetFuncI
Callback function: FT_Raster_ResetFunc
  • Method Details

    • create

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

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

      public static FT_Raster_ResetFunc create(FT_Raster_ResetFuncI instance)
      Creates a FT_Raster_ResetFunc instance that delegates to the specified FT_Raster_ResetFuncI instance.