[][src]Function libass_sys::ass_set_cache_limits

pub unsafe extern "C" fn ass_set_cache_limits(
    priv_: *mut ASS_Renderer,
    glyph_max: c_int,
    bitmap_max_size: c_int
)

\brief Set hard cache limits. Do not set, or set to zero, for reasonable defaults.

\param priv renderer handle \param glyph_max maximum number of cached glyphs \param bitmap_max_size maximum bitmap cache size (in MB)