# Public Function SetWatermarkFont(fontFamily As String, size As Integer, style As Integer, colorR As

Defines watermark text font properties.

**Defined in**

`SwPDFCreator`

**Syntax**

`Call swPDFCreator.SetWatermarkFont(fontFamily, size, style, colorR, colorG, colorB)`

**Parameters**

`fontFamily`

String. Font family.

`size`

Integer. Font size.

`style`

Integer. Font stlye. Combination of following values:

* SW\_FONT\_NORMAL
* SW\_FONT\_ITALIC
* SW\_FONT\_BOLD

`colorR`

Integer. RGB font color - red value (0-255).

`colorG`

Integer. RGB font color - green value (0-255).

`colorB`

Integer. RGB font color - blue value (0-255).
