Package org.lwjgl.stb
Class STBEasyFont
java.lang.Object
org.lwjgl.stb.STBEasyFont
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
nstb_easy_font_height
(long text) int stb_easy_font_height(char * text)
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)
static int
nstb_easy_font_width
(long text) int stb_easy_font_width(char * text)
static int
int stb_easy_font_height(char * text)
static int
int stb_easy_font_height(char * text)
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)
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)
static void
stb_easy_font_spacing
(float spacing) void stb_easy_font_spacing(float spacing)
static int
int stb_easy_font_width(char * text)
static int
int stb_easy_font_width(char * text)
-
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
int stb_easy_font_width(char * text)
-
stb_easy_font_width
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
int stb_easy_font_height(char * text)
-
stb_easy_font_height
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)
-