about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-08-12 23:23:02 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-08-12 23:23:02 +0000
commit11c8d0bd0076e209c1a51c302b58a213bd2397c0 (patch)
treeae03534e14060c1cab398aec03e5b0eb45703ded /lib
parent8328a88016a1c371f40ee280386c4db473df0630 (diff)
downloadnetpbm-mirror-11c8d0bd0076e209c1a51c302b58a213bd2397c0.tar.gz
netpbm-mirror-11c8d0bd0076e209c1a51c302b58a213bd2397c0.tar.xz
netpbm-mirror-11c8d0bd0076e209c1a51c302b58a213bd2397c0.zip
Improve comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3045 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib')
-rw-r--r--lib/libpbmfont.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/libpbmfont.c b/lib/libpbmfont.c
index 4c6ab1e2..8e854aa6 100644
--- a/lib/libpbmfont.c
+++ b/lib/libpbmfont.c
@@ -429,9 +429,14 @@ pbm_dumpfont(struct font * const fontP,
 -----------------------------------------------------------------------------*/
 
 
-/* The following do not work:
-   Vertical writing systems: DWIDTH1, SWIDTH1, VVECTOR
-   global DWIDTH
+/* The following are not recognized in individual glyph data; library
+   routines do a pm_error if they see one:
+
+   Vertical writing systems: DWIDTH1, SWIDTH1, VVECTOR, METRICSET,
+   CONTENTVERSION.
+
+   The following is not recognized and is thus ignored at the global level:
+   DWIDTH
 */