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

FontFormat.Italic Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value specifying whether the font is italic.

Syntax

PHP
public function getItalic() {
}

public function setItalic($value) {
}

Property Value

Type: boolean

If true, the font is italic.

Default value is false.

See Also

Reference