Click or drag to resize

SystemFonts Class

Methods to get information about current fonts installed the running system
Inheritance Hierarchy
SystemObject
  Eto.DrawingSystemFonts

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static class SystemFonts

The SystemFonts type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBold
Gets the system bold font with optional specified size and decoration.
Public methodStatic memberCached
Gets a cached font
Public methodStatic memberClearCache
Clears the font cache
Public methodStatic memberDefault
Gets the system default font with optional specified size and decoration.
Public methodStatic memberLabel
Gets the system label font with optional specified size and decoration.
Public methodStatic memberMenu
Gets the system menu font with optional specified size and decoration.
Public methodStatic memberMenuBar
Gets the system menu bar font with optional specified size and decoration.
Public methodStatic memberMessage
Gets the system message box font with optional specified size and decoration.
Public methodStatic memberPalette
Gets the system palette font with optional specified size and decoration.
Public methodStatic memberStatusBar
Gets the system status bar font with optional specified size and decoration.
Public methodStatic memberTitleBar
Gets the system title bar font with optional specified size and decoration.
Public methodStatic memberToolTip
Gets the system tooltip font with optional specified size and decoration.
Public methodStatic memberUser
Gets the user font with optional specified size and decoration.
Top
See Also