Class FT_Outline_LineToFunc

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

public abstract class FT_Outline_LineToFunc extends Callback implements FT_Outline_LineToFuncI
Callback function: FT_Outline_LineToFunc
  • Method Details

    • create

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

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

      public static FT_Outline_LineToFunc create(FT_Outline_LineToFuncI instance)
      Creates a FT_Outline_LineToFunc instance that delegates to the specified FT_Outline_LineToFuncI instance.