Get the soft style bits of the current font.
Source position: agraphics.pas line 2269
function AskSoftStyle( |
rp: pRastPort |
):LongWord; |
rp |
|
The RastPort from which the font and style are extracted. |
Those bits in the style algorithmically generated. Style bits that are not defined are also set.
This function returns those style bits of the current font that are not intrinsic in the font itself, but algorithmically generated. These are the bits that are valid to set in the enable mask for SetSoftStyle().
|
Set the soft style of the current font. |