PSSetFontFColor()

Syntax

Function PSSetFontFColor(nFontFColor)
TPageScript:SetFontFColor(nFontFColor)

Returns

The old value.

Description

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

Arguments

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