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