Eto.Forms documentation
Eto.Forms documentation
Namespaces
Eto.Drawing
SystemFonts Class
SystemFonts Methods
Bold Method
Cached Method
ClearCache Method
Default Method
Label Method
Menu Method
MenuBar Method
Message Method
Palette Method
StatusBar Method
TitleBar Method
ToolTip Method
User Method
SystemFonts
ClearCache Method
Clears the font cache
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
C#
VB
F#
Copy
public
static
void
ClearCache
()
Public
Shared
Sub
ClearCache
static
member
ClearCache
:
unit
->
unit
Remarks
This is useful if you are using the
Cached(SystemFont, Nullable
Single
, FontDecoration)
method to cache fonts and want to clear it to conserve memory or resources.
See Also
Reference
SystemFonts Class
Eto.Drawing Namespace