Set the soft style of the current font.
Source position: agraphics.pas line 2393
function SetSoftStyle( |
rp: pRastPort; |
style: LongWord; |
enable: LongWord |
):LongWord; |
rp |
|
A pointer to a RastPort |
style |
|
The new font style to set, subject to enable. |
enable |
|
Those bits in style to be changed. Any set bits here that would not be set as a result of AskSoftStyle() will be ignored, and the Result will not be as expected. |
The resulting style, both as a result of previous soft style selection, the effect of this function, and the style inherent in the set font.
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.
|
Get the soft style bits of the current font. |