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 Font
Declaration
public FontSubstitutingEventArgs(string originalFontName, FontFamily substitutionFontFamily)
Parameters
System. Name of the original font. |
Font The substituting font family. |
Properties
OriginalFontName
Gets the name of the original font.
Declaration
public string OriginalFontName { get; }
Property Value
System. The name of the original font. |
SubstitutionFontFamily
Gets or sets the substituting font family.
Declaration
public FontFamily SubstitutionFontFamily { get; set; }
Property Value
Font The substituting font family. |
Extension Methods
See Also
System.EventArgs