~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to gd/gdfontt.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef _GDFONTT_H_
 
3
#define _GDFONTT_H_ 1
 
4
 
 
5
#ifdef __cplusplus
 
6
extern "C" {
 
7
#endif
 
8
 
 
9
/*
 
10
        This is a header file for gd font, generated using
 
11
        bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
 
12
        from bdf font
 
13
        -Misc-Fixed-Medium-R-Normal--8-80-75-75-C-50-ISO8859-2
 
14
        at Thu Jan  8 13:49:54 1998.
 
15
        The original bdf was holding following copyright:
 
16
        "Libor Skarvada, libor@informatics.muni.cz"
 
17
 */
 
18
 
 
19
 
 
20
#include "gd.h"
 
21
 
 
22
extern gdFontPtr gdFontTiny;
 
23
 
 
24
#ifdef __cplusplus
 
25
}
 
26
#endif
 
27
 
 
28
#endif
 
29