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
$b
public
float
$b
= 0.0
$fontName
public
string
$fontName
= 'Helvetica'
$fontSize
public
float
$fontSize
= 12.0
$g
public
float
$g
= 0.0
$opacity
public
float
$opacity
= 1.0
$r
public
float
$r
= 0.0
$rotation
public
float
$rotation
= 0.0
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