pub type nk_query_font_glyph_f = Option<unsafe extern "C" fn(handle: nk_handle, font_height: f32, glyph: *mut nk_user_font_glyph, codepoint: nk_rune, next_codepoint: nk_rune)>;Aliased Type§
pub enum nk_query_font_glyph_f {
None,
Some(unsafe extern "C" fn(nk_handle, f32, *mut nk_user_font_glyph, u32, u32)),
}