ass_clear_fonts method
\brief Remove all fonts stored in an ass_library object. This can only be called safely if all ASS_Track and ASS_Renderer instances associated with the library handle have been released first. \param library library handle
Implementation
void ass_clear_fonts(
ffi.Pointer<ASS_Library> library1,
) {
return _ass_clear_fonts(
library1,
);
}