op_Subtraction

FontStyles Subtraction operator

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

Return Value

Result of the difference between the first (minuend) and second (subtrahend) operands

See Also