op_Subtraction
Leave feedback
On this page
Subtracts second (subtrahend) specified font style from the first (minuend) specified font style and produces new resultant font style, where are present only those flags from the first operand, which are not found in the second operand (difference)
public static FontStyles operator -(FontStyles minuend, FontStyles subtrahend)
| Parameter | Type | Description |
|---|---|---|
| minuend | FontStyles | Minuend font style operand |
| subtrahend | FontStyles | Subtrahend font style operand |
Result of the difference between the first (minuend) and second (subtrahend) operands
- struct FontStyles
- namespace GroupDocs.Viewer.Fonts
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.