This documentation is for the old version. Go to the latest Upload Suite docs

FontFormat.Size Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a font size (in pixels).

Syntax

PHP
public function getSize() {
}

public function setSize($value) {
}

Property Value

Type: integer

The font size. If this property is 0, the system default font size is used.

Default value is 0.

See Also

Reference