Erase -no-embed-font

This commit is contained in:
John Whitington 2023-07-07 15:20:34 +01:00
parent e6d58f3804
commit 1644c526b1
3 changed files with 2 additions and 10 deletions

Binary file not shown.

View File

@ -631,9 +631,8 @@ verbosity. Under Microsoft Windows, type \texttt{cpdf.exe} instead of \texttt{cp
-l -cpdflin <filename> -keep-l
-no-preserve-objstm -create-objstm -control <filename>
-args <filename> -utf8 -stripped
-raw -no-embed-font -gs
-gs-malformed -gs-malformed-force -gs-quiet
-error-on-malformed\end{verbatim}\end{framed}
-raw -gs -gs-malformed
-gs-malformed-force -gs-quiet -error-on-malformed\end{verbatim}\end{framed}
The Coherent PDF tools provide a wide range of facilities for modifying PDF
files created by other means. There is a single command-line program
@ -1101,11 +1100,6 @@ processing. The default unless specified in the documentation for an individual
In modern usage, \texttt{-utf8} is almost always the sensible option.
\section{Font Embedding}
\index{font!embedding}
%FIXME: Check and fix when -font-ttf done
Use the \texttt{-no-embed-font} to avoid embedding the Standard 14 Font metrics when adding text with \texttt{-add-text}.
\begin{cpdflib}
\clearpage
\section*{C Interface}

View File

@ -7,9 +7,7 @@ open Pdfio
(* FIXME Get rid of double-calling 1) make font then 2) collect chars then 3) subset it i.e the subset = [] stuff *)
(* FIXME Make it work with -draw *)
(* FIXME Base on bytes not bits *)
(* FIXME proper error handling for missing file in cpdfcommand.embed_font *)
(* FIXME Make sure -embed-std14 works for all commands *)
(* FIXME Clarify and document or deprecate -no-embed-fonts *)
let dbg = ref false
let _ =