FontRegistry Members

The FontRegistry type exposes the following members.

Methods

Name Description
Public method Contains Overloaded.

Checks whether the FontRegistry contains a given font.

Public method CreateFont Overloaded.

Returns the Font instance with the given parameters if such font is presented in the FontRegistry.

Public method Dispose

Releases all resources used by this FontRegistry.

Public method Equals (Inherited from Object.)
Public method GetFontStyles

Returns the available font styles for the given font family.

Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property FallbackFonts

The collection of the fonts where a substitution for glyphs is searched.

Public property Families

Gets the collection of the font families represented in the FontRegistry.

Public property Fonts

Gets the FontInfo collection of the fonts presented in the FontRegistry.

Public property Static member Installed

Gets the font registry containing the installed system fonts.

See Also

Reference