newStyle = SetSoftStyle(rp, style, enable)
D0 A1 D0 D1
ULONG SetSoftStyle(struct RastPort *, ULONG, ULONG);
This function alters the soft style of the current font. Only those bits that are also set in enable are affected. The resulting style is returned, since some style request changes will not be honored when the implicit style of the font precludes changing them.