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

Function text_size_16

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

Source from the content-addressed store, hash-verified

229
230vec2 text_size (const char *text_utf8, text_style_t style) { return text_size_g<char, utf8_decode_fast_b >(text_utf8, style); }
231vec2 text_size_16(const char16_t *text_utf16, text_style_t style) { return text_size_g<char16_t, utf16_decode_fast_b>(text_utf16, style); }
232
233///////////////////////////////////////////
234

Callers 2

text_add_at_16Function · 0.85
text_sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected