phpdftk API Documentation

StampStyle
in package

Read onlyYes
FinalYes

Style configuration for text stamps.

Table of Contents

Properties

$b  : float
$fontName  : string
$fontSize  : float
$g  : float
$opacity  : float
$r  : float
$rotation  : float

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct([float $fontSize = 12.0 ][, string $fontName = 'Helvetica' ][, float $r = 0.0 ][, float $g = 0.0 ][, float $b = 0.0 ][, float $opacity = 1.0 ][, float $rotation = 0.0 ]) : mixed
Parameters
$fontSize : float = 12.0
$fontName : string = 'Helvetica'
$r : float = 0.0
$g : float = 0.0
$b : float = 0.0
$opacity : float = 1.0
$rotation : float = 0.0

        
On this page

Search results