Class FontBase
Provides the base class for all font objects used in PDF documents, handling character encoding, glyph rendering, and font metrics.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Fonts
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class FontBase : IFontDescriptor
  Properties
IsBold
Gets a value that indicates whether the font is bold.
Declaration
public bool IsBold { get; }
  Property Value
| 
        System.Boolean
         true if the font is bold; otherwise false.  | 
    
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.  | 
    
Methods
Equals(Object)
Returns a value indicating whether this instance is equal to a specified object.
Declaration
public override bool Equals(object obj)
  Parameters
| 
        System.Object
        obj
         An object to compare with this instance.  | 
    
Returns
| 
        System.Boolean
         true if obj equals the value of this instance; otherwise, false.  | 
    
Overrides
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
  Returns
| 
        System.Int32
         A hash code for the current object.  |