Class raylib_h_1.TextFormat

java.lang.Object
com.raylib.jextract.raylib_h_1.TextFormat
Enclosing class:
raylib_h_1

public static class raylib_h_1.TextFormat extends Object
Variadic invoker class for:
const char *TextFormat(const char *text, ...)
  • Method Details

    • makeInvoker

      public static raylib_h_1.TextFormat makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      const char *TextFormat(const char *text, ...)
      
    • address

      public static MemorySegment address()
      Returns the address.
      Returns:
      the address
    • handle

      public MethodHandle handle()
      Returns the specialized method handle.
      Returns:
      the specialized method handle
    • descriptor

      public FunctionDescriptor descriptor()
      Returns the specialized descriptor.
      Returns:
      the specialized descriptor
    • apply

      public MemorySegment apply(MemorySegment text, Object... x1)