/[pspp]/pspp/src/groff-font.c
ViewVC logotype

Diff of /pspp/src/groff-font.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by jmd, Fri Apr 29 01:02:15 2005 UTC revision 1.11 by jmd, Sun May 1 07:24:24 2005 UTC
# Line 48  static void add_kern (struct font_desc * Line 48  static void add_kern (struct font_desc *
48  /* Typical whitespace characters for tokenizing. */  /* Typical whitespace characters for tokenizing. */
49  static const char whitespace[] = " \t\n\r\v";  static const char whitespace[] = " \t\n\r\v";
50    
51  /* Some notes on the groff_font(8) manpage:  /* Some notes on the groff_font manpage:
52    
53     DESC file format: A typical PostScript `res' would be 72000, with     DESC file format: A typical PostScript `res' would be 72000, with
54     `hor' and `vert' set to 1 to indicate that all those positions are     `hor' and `vert' set to 1 to indicate that all those positions are
# Line 62  static const char whitespace[] = " \t\n\ Line 62  static const char whitespace[] = " \t\n\
62    
63  /* Reads a Groff font description file and converts it to a usable  /* Reads a Groff font description file and converts it to a usable
64     binary format in memory.  Installs the binary format in the global     binary format in memory.  Installs the binary format in the global
65     font table.  See groff_font(8) for a description of the font     font table.  See groff_font for a description of the font
66     description format supported.  Returns nonzero on success. */     description format supported.  Returns nonzero on success. */
67  struct font_desc *  struct font_desc *
68  groff_read_font (const char *fn)  groff_read_font (const char *fn)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26