Type Definition nuklear_sys::nk_query_font_glyph_f [] [src]

type nk_query_font_glyph_f = Option<unsafe extern fn(handle: nk_handle, font_height: f32, glyph: *mut nk_user_font_glyph, codepoint: nk_rune, next_codepoint: nk_rune)>;