FontSubstitute

FontSubstitute class

Describes substitution for missing font.

public class FontSubstitute : ValueObject

Properties

Name Description
OriginalFontName { get; } The original font name.
SubstituteFontName { get; } The substitute font name.

Methods

Name Description
static Create(string, string) Instantiate new font substitution pair.
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also