Difference between revisions of "Fontstretch Property"

From Lianjapedia
Jump to: navigation, search
(Created page with '// textbox1.fontstretch = 200 // Predefined stretch values that follow the CSS naming convention: // Constant Value Description // UltraCondensed 50 50 // ExtraCondensed 6…')
(No difference)

Revision as of 11:56, 7 April 2011

// textbox1.fontstretch = 200 // Predefined stretch values that follow the CSS naming convention: // Constant Value Description // UltraCondensed 50 50 // ExtraCondensed 62 62 // Condensed 75 75 // SemiCondensed 87 87 // Unstretched 100 100 // SemiExpanded 112 112 // Expanded 125 125 // ExtraExpanded 150 150 // UltraExpanded 200 200