Class FT_SpanFunc

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

public abstract class FT_SpanFunc extends Callback implements FT_SpanFuncI
Callback function: FT_SpanFunc
  • Method Details

    • create

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

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

      public static FT_SpanFunc create(FT_SpanFuncI instance)
      Creates a FT_SpanFunc instance that delegates to the specified FT_SpanFuncI instance.