Class RFontFamily
Adapter for platform specific font family object - define the available font families to use.
Required for custom fonts handling: fonts that are not installed on the system.
Inheritance
System.Object
RFontFamily
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: TheArtOfDev.HtmlRenderer.Adapters
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public abstract class RFontFamily
Constructors
RFontFamily()
Declaration
protected RFontFamily()
Properties
Name
Gets the name of this Font Family.
Declaration
public abstract string Name { get; }
Property Value
System.String
|