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

Method font_find

StereoKit/Native/NativeAPI.cs:220–220  ·  view source on GitHub ↗
(string id)

Source from the content-addressed store, hash-verified

218 ///////////////////////////////////////////
219
220 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr font_find (string id);
221 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr font_create ([In] byte[] file_utf8);
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);

Callers 1

FindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected