[]
Converts C1.Util.DX.DirectWrite.FontWeight to C1.Document.C1FontWeight value.
public static C1FontWeight DWFontWeightToFontWeight(FontWeight fontWeight)
Public Shared Function DWFontWeightToFontWeight(fontWeight As FontWeight) As C1FontWeight
| Type | Name | Description |
|---|---|---|
| FontWeight | fontWeight | The C1.Util.DX.DirectWrite.FontWeight to be converted. |
| Type | Description |
|---|---|
| C1FontWeight | The C1.Document.C1FontWeight value. |