[]
Convert implicitly to drawing font.
public static implicit operator Font(Font font)
Type | Name | Description |
---|---|---|
Font | font | The mate font object. |
Type | Description |
---|---|
Font | Approximate font for Word/RTF font. |
Convert implicitly to C1.Excel.XLFont C1.Excel font.
public static implicit operator XLFont(Font font)
Type | Name | Description |
---|---|---|
Font | font | The mate font object. |
Type | Description |
---|---|
XLFont | Approximate C1.Excel font. |