mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 14:38:36 +00:00
[cimgui 1.53.1] Add binding to ImFont_GetDebugName
This commit is contained in:
parent
b57d639ca4
commit
e4668f0221
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user