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

Uploader.TitleFont Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a font format for Image Uploader titles.

Syntax

PHP
public function getTitleFont() {
}

public function setTitleFont($value) {
}

Property Value

Type: FontFormat

The font format for:

  • tree pane header title;
  • folder pane header title;
  • adding files dialog title;
  • uploading files dialog title;
  • status pane text (always regular, even if the bold style is specified).

If this property is not specified, a default font is used.

Remarks

The string which specifies font format has the following syntax:

variable1=value1;variable2=value2;...

Here is a list of supported variables:

VariableDescription
NameFont name. This font should be installed on the client machine, so it is recommended to use only standard font names. When this parameter is not specified, the system default font is used.
SizeFont size (in pixels). If this parameter is not specified, the system default font size is used.
Style

Font style. The following styles are supported:

  • Bold
  • Italic

You can specify several styles separated with a comma. Example:

Style=Bold,Italic

If this parameter is not specified, regular font is used.

Note

The format string is case insensitive.

Other fonts are specified via the PaneFont property.

See Also

Reference

Manual