op_Addition

FontStyles Addition operator

Combines (merges) two specified font styles and produces new resultant font style, where flags are merged (union)

public static FontStyles operator +(FontStyles first, FontStyles second)
Parameter Type Description
first FontStyles First font style operant
second FontStyles Second font style operand

Return Value

Result of the union between specified operands

See Also