| 811 | |
| 812 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_hseparator (); |
| 813 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_label_16 (string text, [MarshalAs(UnmanagedType.Bool)] bool use_padding); |
| 814 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_label_sz_16 (string text, Vec2 size, [MarshalAs(UnmanagedType.Bool)] bool use_padding); |
| 815 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_text_16 (string text, TextAlign text_align); |
| 816 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_text_sz_16 (string text, TextAlign text_align, TextFit fit, Vec2 size); |