Function rust_raylib::ffi::ExportFontAsCode
source · pub unsafe extern "C" fn ExportFontAsCode(
font: Font,
fileName: *const c_char
) -> bool
Expand description
Export font as code file, returns true on success
pub unsafe extern "C" fn ExportFontAsCode(
font: Font,
fileName: *const c_char
) -> bool
Export font as code file, returns true on success