MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / text_add_at_16

Function text_add_at_16

StereoKitC/systems/text.cpp:498–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496///////////////////////////////////////////
497
498void text_add_at_16(const char16_t* text, const matrix &transform, text_style_t style, text_align_ position, text_align_ align, float off_x, float off_y, float off_z, color128 vertex_tint_linear) {
499 text_add_in_16(text, transform, text_size_16(text, style), text_fit_exact, style, position, align, off_x, off_y, off_z, vertex_tint_linear);
500}
501
502///////////////////////////////////////////
503

Callers

nothing calls this directly

Calls 2

text_add_in_16Function · 0.85
text_size_16Function · 0.85

Tested by

no test coverage detected