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

Method text_style_get_material

StereoKit/Native/NativeAPI.cs:317–317  ·  view source on GitHub ↗
(TextStyle style)

Source from the content-addressed store, hash-verified

315 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern Vec2 text_size_16 (string text, TextStyle style);
316
317 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr text_style_get_material (TextStyle style);
318 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float text_style_get_char_height(TextStyle style);
319 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void text_style_set_char_height(TextStyle style, float height_meters);
320

Callers 1

TextStyleClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected