Skip to content
SiteEmail

cohtml.Net.FontDescription

Struct used for identifying fonts.

Inherits from SystemIDisposable

Name
virtual voidDispose()
FontDescription()
Name
stringFontFamily
Specifies the font family Pass nullptr to use the original font family specified in the font when registering it.
FontStyleStyle
Specifies the style of the font Pass Auto to use the original font style specified in the font when registering it.
FontWeightWeight
Specifies the weight of the font Pass Auto to use the original font weight specified in the font when registering it.
Name
boolswigCMemOwn
virtual void Dispose()
FontDescription()
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.

bool swigCMemOwn;