~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to routines/gd/gdfonts/gdfontl.h

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef _GDFONTL_H_
 
3
#define _GDFONTL_H_ 1
 
4
 
 
5
/*
 
6
        This is a header file for gd font, generated using
 
7
        bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
 
8
        from bdf font
 
9
        -misc-fixed-medium-r-normal--16-140-75-75-c-80-iso8859-2
 
10
        at Tue Jan  6 19:39:27 1998.
 
11
 
 
12
        The original bdf was holding following copyright:
 
13
        "Libor Skarvada, libor@informatics.muni.cz"
 
14
 */
 
15
 
 
16
 
 
17
#include "gd.h"
 
18
 
 
19
extern gdFontPtr gdFontLarge;
 
20
 
 
21
#endif
 
22