/[groff]/groff/src/devices/grohtml/html-text.h
ViewVC logotype

Diff of /groff/src/devices/grohtml/html-text.h

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

revision 1.11 by wlemb, Wed Apr 16 21:10:51 2003 UTC revision 1.12 by wl, Tue Oct 12 21:39:31 2004 UTC
# Line 1  Line 1 
1  // -*- C++ -*-  // -*- C++ -*-
2  /* Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.  /* Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
3   *   *
4   *  Gaius Mulley (gaius@glam.ac.uk) wrote html-text.h   *  Gaius Mulley (gaius@glam.ac.uk) wrote html-text.h
5   *   *
# Line 41  typedef struct tag_definition { Line 41  typedef struct tag_definition {
41    void           *arg1;    void           *arg1;
42    int             text_emitted;    int             text_emitted;
43    color           col;    color           col;
44      int             really_issued;
45    html_indent    *indent;    html_indent    *indent;
46    tag_definition *next;    tag_definition *next;
47  } tag_definition ;  } tag_definition ;
# Line 89  public: Line 90  public:
90    int    starts_with_space (void);    int    starts_with_space (void);
91    void   emit_space        (void);    void   emit_space        (void);
92    int    is_in_pre         (void);    int    is_in_pre         (void);
93      int    uses_indent       (void);
94    void   remove_tag        (HTML_TAG tag);    void   remove_tag        (HTML_TAG tag);
95    void   remove_sub_sup    (void);    void   remove_sub_sup    (void);
96    void   remove_para_align (void);    void   remove_para_align (void);
97      void   remove_para_space (void);
98      char  *get_alignment     (void);
99    
100  private:  private:
101    tag_definition   *stackptr;    /* the current paragraph state */    tag_definition   *stackptr;    /* the current paragraph state */

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

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