User Tools

Site Tools


columns_ui:config:item_details_titleformatting

This is an old revision of the document!


Item details title formatting reference

Functions

$set_font

Changes the font used for subsequent text.

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 for subsequent text to the default panel font.

Syntax

$reset_font()

columns_ui/config/item_details_titleformatting.1228691371.txt.gz · Last modified: 2008/12/07 23:09 by musicmusic