Click or drag to resize

FontsClearCache Method

Clears the font cache

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static void ClearCache()
Remarks
This is useful if you are using the Cached(FontFamily, Single, FontStyle, FontDecoration) method to cache fonts and want to clear it to conserve memory or resources.
See Also