FontStyle:
object.FontStyle =
fBOLD = 1
fUNDERLINED = 2
fITALIC = 4
fNORMAL = 0
Sets and retrieves the font style of the labels.
access: read/write
example:
object.FontStyle = fBOLD
These can be combined with the "or" operator:
object.FontStyle = fBOLD or fITALIC