Class RFontFamily
- Namespace
- TheArtOfDev.HtmlRenderer.Adapters
- Assembly
- StockSharp.Xaml.dll
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.
public abstract class RFontFamily
- Inheritance
-
RFontFamily
- Inherited Members
- Extension Methods
Constructors
RFontFamily()
protected RFontFamily()
Properties
Name
Gets the name of this Font Family.
public abstract string Name { get; }