Type Alias classicube_sys::FallbackFont_Plotter
source · pub type FallbackFont_Plotter = Option<unsafe extern "C" fn(x: c_int, y: c_int, ctx: *mut c_void)>;
Aliased Type§
enum FallbackFont_Plotter {
None,
Some(unsafe extern "C" fn(_: i32, _: i32, _: *mut c_void)),
}