nk_user_font_glyph

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct nk_user_font_glyph
  2. struct nk_user_font_glyph
    version(NK_INCLUDE_VERTEX_BUFFER_OUTPUT)
    extern (C)
    struct nk_user_font_glyph {}

Members

Variables

height
float height;
Undocumented in source.
offset
nk_vec2 offset;
Undocumented in source.
uv
nk_vec2[2] uv;
Undocumented in source.
width
float width;
Undocumented in source.
xadvance
float xadvance;
Undocumented in source.

Meta