cohtml.Net.FontDescription
Struct used for identifying fonts.
Inherits from SystemIDisposable
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| FontDescription() |
Public Properties
Section titled “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
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()function FontDescription
Section titled “function FontDescription”FontDescription()Public Property Documentation
Section titled “Public Property Documentation”property FontFamily
Section titled “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
Section titled “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
Section titled “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
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.