User Tools

Site Tools


columns_ui:config:item_details_titleformatting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
columns_ui:config:item_details_titleformatting [2012/10/03 11:49] – QBcXyidKEiWfjq 94.23.1.28columns_ui:config:item_details_titleformatting [2012/11/04 17:44] (current) – old revision restored musicmusic
Line 1: Line 1:
-Get  any Desired College Degree, In less then 2 weeks.Call this number now 24 hours a day 7 days a week (413208-3069Get these Degrees NOW!!! BA  BSc  MA  MSc  MBA  PHD Get evnrhtyieg within 2 weeks.100% verifiablethis is a real dealAct now you owe it to your future.(413208-3069 call now 24 hours a day, 7 days a week.+====== 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 | 
 + 
 +You can store the output of $set_font using $put/$puts to enable you to easily recall the font later using $get. 
 + 
 +=== Examples === 
 + 
 +== Setting the font to Segoe UI 12 ptbolditalic (short form) == 
 +$set_font(Segoe UI,12,bold;italic;
 +== Setting the font to Segoe UI 12 ptbolditalic (full form) == 
 +$set_font(Segoe UI,12,bold=true;italic=true;
 +== Storing fonts for repeated/later use == 
 +<code tagz> 
 +$puts(labelfont,$set_font(Segoe UI,12,bold;italic;)) 
 + 
 +$get(labelfont)Artist$reset_font() %artist% 
 +$crlf() 
 +$get(labelfont)Title$reset_font() %title% 
 +</code>   
 + 
 +==== $reset_font ==== 
 + 
 +Restores the font for subsequent text to the default panel font. 
 + 
 +=== Syntax === 
 + 
 +$reset_font() 
columns_ui/config/item_details_titleformatting.1349264999.txt.gz · Last modified: 2012/10/03 11:50 (external edit)