From e4668f02210a8e818400d565aeeee58a5aba6181 Mon Sep 17 00:00:00 2001 From: Malik Olivier Boussejra Date: Tue, 1 May 2018 13:28:45 +0900 Subject: [PATCH] [cimgui 1.53.1] Add binding to ImFont_GetDebugName --- imgui-sys/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/imgui-sys/src/lib.rs b/imgui-sys/src/lib.rs index 146e695..def7037 100644 --- a/imgui-sys/src/lib.rs +++ b/imgui-sys/src/lib.rs @@ -2428,6 +2428,7 @@ extern "C" { pub fn ImFont_SetFallbackChar(font: *mut ImFont, c: ImWchar); pub fn ImFont_GetCharAdvance(font: *const ImFont, c: ImWchar) -> c_float; pub fn ImFont_IsLoaded(font: *const ImFont) -> bool; + pub fn ImFont_GetDebugName(font: *const ImFont) -> *const c_char; pub fn ImFont_CalcTextSizeA( font: *const ImFont, out: *mut ImVec2,