~ubuntu-branches/ubuntu/precise/graphviz/precise-updates

« back to all changes in this revision

Viewing changes to lib/common/htmltable.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 02:06:56 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080208020656-a3cbewe5ly6dpj0s
Tags: 2.16-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev.
  - Build-depend on liblua50-dev instead of liblua5.1-0-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: htmltable.h,v 1.19 2006/12/04 19:20:04 erg Exp $ $Revision: 1.19 $ */
 
1
/* $Id: htmltable.h,v 1.22 2007/11/02 22:15:52 erg Exp $ $Revision: 1.22 $ */
2
2
/* vim:set shiftwidth=4 ts=8: */
3
3
 
4
4
/**********************************************************
69
69
        void *layout;
70
70
        void (*free_layout) (void *layout);
71
71
        htmlfont_t *font;
72
 
        double size;  /* size of text item according to font */
 
72
        double size, yoffset_layout, yoffset_centerline;
73
73
    } textitem_t;
74
74
        
75
75
    typedef struct {
89
89
    typedef struct {
90
90
        box box;
91
91
        char *src;
 
92
        char *scale;
92
93
    } htmlimg_t;
93
94
 
94
95
    typedef struct {