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

FontFormat.Name Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a font name.

Syntax

PHP
public function getName() {
}

public function setName($value) {
}

Property Value

Type: string

The font name.

Default value is "".

Remarks

The font specified with this property should be installed on the client machine, so it is recommended to use only standard font names. When this property is not specified, the system default font is used.

See Also

Reference