FontData.setStyle

Sets the style of the receiver to the argument which must be a bitwise OR of one or more of the <code>SWT</code> constants NORMAL, BOLD and ITALIC. All other style bits are ignored.

@param style the new style for this <code>FontData</code>

@see #getStyle

class FontData
void
setStyle
(
int style
)

Meta