Home
last modified time | relevance | path

Searched defs:nk_command_text (Results 1 – 1 of 1) sorted by relevance

/third_party/glfw/deps/
Dnuklear.h4546 struct nk_command_text { struct
4547 struct nk_command header;
4548 const struct nk_user_font *font;
4549 struct nk_color background;
4550 struct nk_color foreground;
4551 short x, y;
4552 unsigned short w, h;
4553 float height;
4554 int length;
4555 char string[1];