Class FT_Outline_MoveToFunc

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

public abstract class FT_Outline_MoveToFunc extends Callback implements FT_Outline_MoveToFuncI
Callback function: FT_Outline_MoveToFunc
  • Method Details

    • create

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

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

      public static FT_Outline_MoveToFunc create(FT_Outline_MoveToFuncI instance)
      Creates a FT_Outline_MoveToFunc instance that delegates to the specified FT_Outline_MoveToFuncI instance.