ref: a5c5a55a1576bd756d101d529ffd48eaf7d7f975
parent: c8abc41c0e6570845d07f45c7f6ccb5be0cc8038
author: Ali Gholami Rudi <[email protected]>
date: Tue Sep 10 12:48:39 EDT 2013
roff.h: increase the maximum number of ligatures and kerning pairs
--- a/roff.h
+++ b/roff.h
@@ -10,8 +10,8 @@
#define NFILES 16 /* number of input files */
#define NFONTS 32 /* number of fonts */
#define NGLYPHS 1024 /* glyphs in fonts */
-#define NLIGS 32 /* number of font ligatures */
-#define NKERNS 512 /* number of font pairwise kerning pairs */
+#define NLIGS 128 /* number of font ligatures */
+#define NKERNS 1024 /* number of font pairwise kerning pairs */
#define FNLEN 32 /* font name length */
#define NMLEN 32 /* macro/register/environment/glyph name length */
#define GNLEN NMLEN /* glyph name length */