PSSetFontAttributes()

Syntax

Function PSSetFontAttributes(cFontName, nStyle, nSize, nTFColor, nTBColor, nAngle)
TPageScript:SetFontAttributes(cFontName, nStyle, nSize, nTFColor, nTBColor, nAngle)

Returns

The old value as an array.

Description

Use PSSetFontAttributes() to set the default font attributes to be used by future calls to any PS function that uses a font, like PSTextOut().

For more informations, refer to PSSetFont().