Class FontSubstitutingEventArgs
Provides additional data for font substitution.
Inheritance
System.Object
System.EventArgs
FontSubstitutingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.FormatProviders
Assembly: Telerik.WinControls.RichTextEditor.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. |
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
FontFamily
The substituting font family. |
Extension Methods
See Also
System.EventArgs