cohtml.Net.FontDescription
Struct used for identifying fonts.
Inherits from SystemIDisposable
Public Functions
| Name | |
|---|---|
| virtual void | Dispose() |
| FontDescription() |
Public Properties
| Name | |
|---|---|
| string | FontFamily Specifies the font family Pass nullptr to use the original font family specified in the font when registering it. |
| FontStyle | Style Specifies the style of the font Pass Auto to use the original font style specified in the font when registering it. |
| FontWeight | Weight Specifies the weight of the font Pass Auto to use the original font weight specified in the font when registering it. |
Protected Attributes
| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual void Dispose()
function FontDescription
FontDescription()
Public Property Documentation
property FontFamily
string FontFamily;
Specifies the font family Pass nullptr to use the original font family specified in the font when registering it.
property Style
FontStyle Style;
Specifies the style of the font Pass Auto to use the original font style specified in the font when registering it.
property Weight
FontWeight Weight;
Specifies the weight of the font Pass Auto to use the original font weight specified in the font when registering it.
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;