Package org.lwjgl.stb

Class STBEasyFont

java.lang.Object
org.lwjgl.stb.STBEasyFont

public class STBEasyFont extends Object
  • Method Details

    • nstb_easy_font_width

      public static int nstb_easy_font_width(long text)
      int stb_easy_font_width(char * text)
    • stb_easy_font_width

      public static int stb_easy_font_width(ByteBuffer text)
      int stb_easy_font_width(char * text)
    • stb_easy_font_width

      public static int stb_easy_font_width(CharSequence text)
      int stb_easy_font_width(char * text)
    • nstb_easy_font_height

      public static int nstb_easy_font_height(long text)
      int stb_easy_font_height(char * text)
    • stb_easy_font_height

      public static int stb_easy_font_height(ByteBuffer text)
      int stb_easy_font_height(char * text)
    • stb_easy_font_height

      public static int stb_easy_font_height(CharSequence text)
      int stb_easy_font_height(char * text)
    • nstb_easy_font_print

      public static int nstb_easy_font_print(float x, float y, long text, long color, long vertex_buffer, int vbuf_size)
      int stb_easy_font_print(float x, float y, char * text, unsigned char * color, void * vertex_buffer, int vbuf_size)
    • stb_easy_font_print

      public static int stb_easy_font_print(float x, float y, ByteBuffer text, @Nullable ByteBuffer color, ByteBuffer vertex_buffer)
      int stb_easy_font_print(float x, float y, char * text, unsigned char * color, void * vertex_buffer, int vbuf_size)
    • stb_easy_font_print

      public static int stb_easy_font_print(float x, float y, CharSequence text, @Nullable ByteBuffer color, ByteBuffer vertex_buffer)
      int stb_easy_font_print(float x, float y, char * text, unsigned char * color, void * vertex_buffer, int vbuf_size)
    • stb_easy_font_spacing

      public static void stb_easy_font_spacing(float spacing)
      void stb_easy_font_spacing(float spacing)