diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-01-26 23:10:23 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-01-26 23:10:23 +0000 |
| commit | 7d15e4252815430b55b07e78487056205974e49d (patch) | |
| tree | 146520d0349bfad757ead3e8a7bf25f91989ec06 | |
| parent | Fix plural forms. (diff) | |
| download | inkscape-7d15e4252815430b55b07e78487056205974e49d.tar.gz inkscape-7d15e4252815430b55b07e78487056205974e49d.zip | |
man page update for 0.45
(bzr r2292)
| -rw-r--r-- | inkscape.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inkscape.pod b/inkscape.pod index f8495acae..5b23dfd9b 100644 --- a/inkscape.pod +++ b/inkscape.pod @@ -36,6 +36,7 @@ options: -T, --export-text-to-path -B, --export-bbox-page + -F, --export-embed-fonts -l, --export-plain-svg=FILENAME @@ -234,6 +235,10 @@ Convert text objects to paths on export, where applicable (currently works for P Export files with the bounding box set to the page size, where applicable (currently works for PS and EPS export). +=item B<-F>, B<--export-embed-fonts> + +Embed fonts used in the document into exported PS/EPS file. Note: only Type 1 fonts can be embedded, not TrueType. + =item B<-I>, B<--query-id> Set the ID of the object whose dimensions are queried. If not set, query options will |
