Function aflak_imgui_sys::ImFontAtlas_AddFontFromFileTTF[][src]

pub unsafe extern "C" fn ImFontAtlas_AddFontFromFileTTF(
    atlas: *mut ImFontAtlas,
    filename: *const c_char,
    size_pixels: c_float,
    font_cfg: *const ImFontConfig,
    glyph_ranges: *const ImWchar
) -> *mut ImFont