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

Method font_get_id

StereoKit/Native/NativeAPI.cs:224–224  ·  view source on GitHub ↗
(IntPtr font)

Source from the content-addressed store, hash-verified

222 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr font_create_files(string[] file, int file_count);
223 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void font_set_id (IntPtr font, string id);
224 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr font_get_id (IntPtr font);
225 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void font_release (IntPtr font);
226 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr font_get_tex (IntPtr font);
227

Callers 1

FontClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected