diff options
author | Teddy Wing | 2021-05-05 19:58:19 +0200 |
---|---|---|
committer | Teddy Wing | 2021-05-05 19:58:19 +0200 |
commit | cb25a7ed375cae2fe873ecf19e051c23dd665178 (patch) | |
tree | 0ba4da3711076927664d1c07e1567998becce3d1 | |
parent | 992350ecee22f63c89be4025dd8bfb3c016a691c (diff) | |
download | pdf-form-replace-font-cb25a7ed375cae2fe873ecf19e051c23dd665178.tar.bz2 |
pdf-form-replace-font.1: Add limitations section
-rw-r--r-- | doc/pdf-form-replace-font.1 | 23 | ||||
-rw-r--r-- | doc/pdf-form-replace-font.1.txt | 5 |
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/pdf-form-replace-font.1 b/doc/pdf-form-replace-font.1 index 0024c30..1cc6263 100644 --- a/doc/pdf-form-replace-font.1 +++ b/doc/pdf-form-replace-font.1 @@ -63,3 +63,26 @@ Print usage help\&. .RS 4 Print the program version\&. .RE +.SH "LIMITATIONS" +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +The replacement font is not embedded in the output PDF\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +Font size cannot be changed\&. +.RE diff --git a/doc/pdf-form-replace-font.1.txt b/doc/pdf-form-replace-font.1.txt index 3ac4b45..f635968 100644 --- a/doc/pdf-form-replace-font.1.txt +++ b/doc/pdf-form-replace-font.1.txt @@ -34,3 +34,8 @@ OPTIONS -V, --version:: Print the program version. + +LIMITATIONS +----------- +* The replacement font is not embedded in the output PDF. +* Font size cannot be changed. |