FontNames"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(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'&nbsp;;
 
<pre>FCKConfig.FontNames= 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana'&nbsp;;
 
</pre>
 
</pre>

Revision as of 16: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' ;