They are, only you haven't really looked for them The Setting CKEditor Configuration article describes how to customize the editor configuration and links to the CKEditor.config page in the API documentation.
You don't need to edit that file. You can overwrite this option in config.js file or in config object used to initialize editor. Read more about setting configuration.
Re: Make the font in pt, but not in px
They are, only you haven't really looked for them
The Setting CKEditor Configuration article describes how to customize the editor configuration and links to the CKEditor.config page in the API documentation.
Take a look at the config.fontSize_sizes configuration value.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Make the font in pt, but not in px
thanks
I have edited the file /ckeditor/plugins/font/plugins.js
CKEDITOR.config.fontSize_sizes = '8/8pt;9/9pt;10/10pt;11/11pt;12/12pt;14/14pt;16/16pt;18/18pt;20/20pt;22/22pt;24/24pt;26/26pt;28/28pt;36/36pt;48/48pt;72/72pt';
and it works!
may have to clear cache !
You don't need to edit that
You don't need to edit that file. You can overwrite this option in config.js file or in config object used to initialize editor. Read more about setting configuration.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+