CustomFontRegistry Properties

The CustomFontRegistry type exposes the following members.

Properties

Name Description
Public property FallbackFonts

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

(Inherited from FontRegistry.)
Public property Families

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

(Inherited from FontRegistry.)
Public property FamilyStyleCollisionPolicy

Gets or sets how Add(String) and Merge(FontRegistry) resolve a font whose (family, style) pair is already claimed by a different already-registered font.

Public property Fonts

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

(Inherited from FontRegistry.)
Public property PostscriptNameCollisionPolicy

Gets or sets how Add(String) and Merge(FontRegistry) resolve a font whose postscript name is already claimed by a different already-registered font.

See Also

Reference