The forum operates in read-only mode. Please head to StackOverflow for support.
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!
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 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+
Re: Make the font in pt, but not in px
config.fontSize_sizes
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+