FallbackFontCollection Class

Represents a collection of fonts where a substitution for glyphs is searched in the first place.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public sealed class FallbackFontCollection : Collection<string>

Remarks

If there is no the glyph in the required font, then Graphics Mill looks for the substitution in this collection first. If the glyph still not found, then the first applicable glyph in FontRegistry is used.

Inheritance Hierarchy

System.Object
L System.Collections.ObjectModel.Collection < String >
L Aurigma.GraphicsMill.AdvancedDrawing.FallbackFontCollection

See Also

Reference