@@ -290,6 +290,33 @@ pub const io = struct {
290
290
pub const getFontsTexId = zguiIoGetFontsTexId ;
291
291
extern fn zguiIoGetFontsTexId () TextureIdent ;
292
292
293
+ pub const getGlyphRangesDefault = zguiIoGetGlyphRangesDefault ;
294
+ extern fn zguiIoGetGlyphRangesDefault () [* ]const Wchar ;
295
+
296
+ pub const getGlyphRangesGreek = zguiIoGetGlyphRangesGreek ;
297
+ extern fn zguiIoGetGlyphRangesGreek () [* ]const Wchar ;
298
+
299
+ pub const getGlyphRangesKorean = zguiIoGetGlyphRangesKorean ;
300
+ extern fn zguiIoGetGlyphRangesKorean () [* ]const Wchar ;
301
+
302
+ pub const getGlyphRangesJapanese = zguiIoGetGlyphRangesJapanese ;
303
+ extern fn zguiIoGetGlyphRangesJapanese () [* ]const Wchar ;
304
+
305
+ pub const getGlyphRangesChineseFull = zguiIoGetGlyphRangesChineseFull ;
306
+ extern fn zguiIoGetGlyphRangesChineseFull () [* ]const Wchar ;
307
+
308
+ pub const getGlyphRangesChineseSimplifiedCommon = zguiIoGetGlyphRangesChineseSimplifiedCommon ;
309
+ extern fn zguiIoGetGlyphRangesChineseSimplifiedCommon () [* ]const Wchar ;
310
+
311
+ pub const getGlyphRangesCyrillic = zguiIoGetGlyphRangesCyrillic ;
312
+ extern fn zguiIoGetGlyphRangesCyrillic () [* ]const Wchar ;
313
+
314
+ pub const getGlyphRangesThai = zguiIoGetGlyphRangesThai ;
315
+ extern fn zguiIoGetGlyphRangesThai () [* ]const Wchar ;
316
+
317
+ pub const getGlyphRangesVietnamese = zguiIoGetGlyphRangesVietnamese ;
318
+ extern fn zguiIoGetGlyphRangesVietnamese () [* ]const Wchar ;
319
+
293
320
/// `pub fn zguiIoSetConfigWindowsMoveFromTitleBarOnly(bool) void`
294
321
pub const setConfigWindowsMoveFromTitleBarOnly = zguiIoSetConfigWindowsMoveFromTitleBarOnly ;
295
322
extern fn zguiIoSetConfigWindowsMoveFromTitleBarOnly (enabled : bool ) void ;
0 commit comments