PSSetFontBColor()

Syntax

Function PSSetFontBColor(nFontBColor)
TPageScript:SetFontBColor(nFontBColor)

Returns

The old value.

Description

Use PSSetFontBColor() to set the default font background color to be used by future calls to any PS function that uses a font, like PSTextOut(), when no font background color is specified (APS_DEFAULT is passed).

Arguments

nFontBColor An Integer value representing either a predefined color value (negative value) or a RGB value.