User Tools

Site Tools


columns_ui:config:item_details_titleformatting

This is an old revision of the document!


Item details title formatting reference

FIXME Placeholder article - not finished

Functions

$set_font

Changes the font for proceeding characters outputted by the title format script.

Syntax

$set_font(font face,point size,flags)

where flags are semi-colon separated values from the below list:

Name Type
bold boolean
italic boolean
underline boolean

Examples

$set_font(Segoe UI,12,bold;italic;)
$set_font(Segoe UI,12,bold=true;italic=true;) //Alternate form

$reset_font

Restores the font to the default panel font for proceeding characters outputted by the title format script.

Syntax

$reset_font()

columns_ui/config/item_details_titleformatting.1228677238.txt.gz · Last modified: 2008/12/07 19:13 by musicmusic