MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / nk_label

Function nk_label

extern/glfw/deps/nuklear.h:19292–19296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19290 nk_text_wrap_colored(ctx, str, len, ctx->style.text.color);
19291}
19292NK_API void
19293nk_label(struct nk_context *ctx, const char *str, nk_flags alignment)
19294{
19295 nk_text(ctx, str, nk_strlen(str), alignment);
19296}
19297NK_API void
19298nk_label_colored(struct nk_context *ctx, const char *str, nk_flags align,
19299 struct nk_color color)

Callers 1

nk_labelfvFunction · 0.85

Calls 2

nk_strlenFunction · 0.85
nk_textFunction · 0.70

Tested by

no test coverage detected