78
addTextStyle method
Adds the text style setting to the command buffer.
Syntax
addTextStyle(reverse, ul, em, color);
Parameter
reverse:(Optionalparameter,Objecttype:Boolean)
Specifiesinversionofblackandwhitefortext.
ul:(Optionalparameter,Objecttype:Boolean)
Specifiestheunderlinestyle.
em:(Optionalparameter,Objecttype:Boolean)
Specifiestheboldstyle.
Setting Description
true or 1
Specifies the inversion of black and white parts
of characters.
false or 0 (default)
Cancels the inversion of black and white parts
of characters.
undefined
(When not specified)
Retains the current setting for inversion of black
and white.
Setting Description
true or 1 Specifies underlining.
false or 0 (default) Cancels underlining.
undefined
(When not specified)
Retains the current underlining setting.
Setting Description
true or 1 Specifies emphasized printing of characters.
false or 0 (default) Cancels emphasized printing of characters.
undefined
(When not specified)
Retains the current setting for emphasized print-
ing.