[cimgui 1.53.1] Add binding to ImFont_GetDebugName

This commit is contained in:
Malik Olivier Boussejra 2018-05-01 13:28:45 +09:00
parent b57d639ca4
commit e4668f0221

View File

@ -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,