Class SimpleFontSubstitution

SimpleFontSubstitution class

Represents a class for simple font substitution strategy.

public sealed class SimpleFontSubstitution : FontSubstitution

Constructors

NameDescription
SimpleFontSubstitution(string, string, bool)Initializes a new instance of SimpleFontSubstitution class.

Properties

NameDescription
OriginalFontName { get; }Gets original font name that should be substituted with SubstitutionFontName
SubstitutionFontName { get; }Gets font name that should substitute the OriginalFontName

See Also