Class FontBase
Represents the base class for the font object.
Inheritance
System.Object
FontBase
Inherited Members
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.Windows.Documents.Fixed.Model.Fonts
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class FontBase : IFontDescriptor
Properties
Name
Gets the name of the font as it is in the document.
Declaration
public string Name { get; }
Property Value
System.String
The name. |
OriginalName
Gets the name of the original font family that is used with this font.
Declaration
public string OriginalName { get; }
Property Value
System.String
The original name. |