Studio Developer Manual / Version 2406.0
Table Of ContentsWhen pasting rich text from external sources into CKEditor 5, some characters of the pasted text might originate from a font that is not typically available for all platforms. This plugin allows mapping such characters to their named entities or Unicode equivalents, for example.
By default, this plugin already contains a mapping table for the
Microsoft Word Symbol
font, and automatically
converts input content (for instance while pasting from Microsoft Word)
accordingly.
The plugin is bundled in the npm package
@coremedia/ckeditor5-font-mapper
.
For more details regarding this plugin consult
CoreMedia CKEditor 5 Plugin: Font Mapper.