pub fn remove_dropped_font_atlas_sets(
font_atlas_sets: ResMut<'_, FontAtlasSets>,
font_events: MessageReader<'_, '_, AssetEvent<Font>>,
)Expand description
A system that cleans up FontAtlasSets for removed Fonts
pub fn remove_dropped_font_atlas_sets(
font_atlas_sets: ResMut<'_, FontAtlasSets>,
font_events: MessageReader<'_, '_, AssetEvent<Font>>,
)A system that cleans up FontAtlasSets for removed Fonts