ClassFontBase
Base type for fonts used in fixed documents; manages encoding, glyph IDs, metrics, and rendering characteristics for PDF output.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Fonts
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public abstract class FontBase
Inheritance: objectFontBase
Properties
IsBold
Indicates whether the font has bold weight, considering the actual source and any simulation.
Declaration
public bool IsBold { get; }
Property Value
true if the font is bold; otherwise false.
Name
The font name as stored in the document, used to identify the resource and resolve rendering behavior.
OriginalName
The original font family name reported by the underlying font source.
Declaration
public string OriginalName { get; }
Property Value
The original name.
Methods
Equals(object)
Returns a value indicating whether this instance is equal to a specified object.
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for the current object.
Overrides