(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...) |
|||
Line 1: | Line 1: | ||
== FontNames == | == FontNames == | ||
− | Lists the fonts which appear in the "Font" menu. You may add or delete them depending on your needs. Code: | + | 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> |
Revision as of 15:10, 15 January 2008
FontNames
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' ;