(New page: == FontNames == Lists the fonts which appear in the "Font" menu. You may add or delete them depending on your needs. Code: <pre>FCKConfig.FontNames= 'Arial;Comic Sans MS;Courier New;Tahom...) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | Lists the fonts which appear in the "Font" menu. You may add or delete them depending on your needs. Each font definition is separated by a semi-colon (;). | |
− | + | Code: | |
<pre>FCKConfig.FontNames= 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ; | <pre>FCKConfig.FontNames= 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ; | ||
</pre> | </pre> |
Latest revision as of 09:31, 22 April 2009
Lists the fonts which appear in the "Font" menu. You may add or delete them depending on your needs. Each font definition is separated by a semi-colon (;).
Code:
FCKConfig.FontNames= 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;