[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

AskSoftStyle

Get the soft style bits of the current font.

Declaration

Source position: agraphics.pas line 2068

function AskSoftStyle(

  Rp: PRastPort

):LongWord;

Arguments

Rp

  

The RastPort from which the font and style are extracted.

Function result

Those bits in the style algorithmically generated. Style bits that are not defined are also set.

Description

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().

See also

SetSoftStyle

  

Set the soft style of the current font.


Documentation generated on: 2017-01-10