https://bugs.documentfoundation.org/show_bug.cgi?id=101220
خالد حسني <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #37 from خالد حسني <[email protected]> --- This is unfixable. Fonts embedded in PDF are not generally usable for editing. 1) They are usually subset fonts, so any character not used in the document with any given font will be missing. 2) They are often Type 1 or bare CFF fonts and both we can’t use as standalone fonts. 3) They also are usually stripped from any OpenType layout tables (so no ligatures, kerning, Arabic or Indic support etc.) 4) Glyph are re-encoeded and the cmap table is not usually usable, since the original Unicode encoding is lost. The only case where the embedded fonts are usable is when full OpenType font is embedded, and this rarely happens because of the file size implications. My suggestion is to close as WONTFIX. -- You are receiving this mail because: You are the assignee for the bug.
