Class FontSubstitutingEventArgs
Provides additional data for font substitution.
Inheritance
System.Object
FontSubstitutingEventArgs
Namespace: Telerik.Windows.Documents.FormatProviders
Assembly: Telerik.Windows.Documents.dll
Syntax
public class FontSubstitutingEventArgs : EventArgs
Constructors
FontSubstitutingEventArgs(String, FontFamily)
Initializes a new instance of the FontSubstitutingEventArgs class.
Declaration
public FontSubstitutingEventArgs(string originalFontName, FontFamily substitutionFontFamily)
Parameters
System.String
originalFontName
Name of the original font. |
System.Windows.Media.FontFamily
substitutionFontFamily
The substituting font family. |
Properties
OriginalFontName
Gets the name of the original font.
Declaration
public string OriginalFontName { get; }
Property Value
System.String
The name of the original font. |
SubstitutionFontFamily
Gets or sets the substituting font family.
Declaration
public FontFamily SubstitutionFontFamily { get; set; }
Property Value
System.Windows.Media.FontFamily
The substituting font family. |
Extension Methods
See Also
System.EventArgs