X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffont.h;h=a709667c88d6218f522923e78f74f10a51fc183a;hb=b9799cdd10b30ea96d9178b7a0d48504d052228c;hp=67c276cd683b2de1b477f52f05868d5877d484b4;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp-builds.git diff --git a/src/font.h b/src/font.h index 67c276cd..a709667c 100644 --- a/src/font.h +++ b/src/font.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !font_h #define font_h 1 @@ -122,7 +122,7 @@ int font_get_kern_adjust (const struct font_desc *font, int ch1, int ch2); /* groff fonts. */ struct groff_device_info { - /* See groff_font(5). */ + /* See groff_font man page. */ int res, horiz, vert; int size_scale, unit_width; int (*sizes)[2], n_sizes; @@ -135,6 +135,7 @@ struct font_desc *groff_read_font (const char *fn); struct font_desc *groff_find_font (const char *dev, const char *name); int groff_read_DESC (const char *dev_name, struct groff_device_info * dev); void groff_init (void); +void groff_done (void); struct font_desc *default_font (void);