/[groff]/groff/src/devices/grohtml/post-html.cpp
ViewVC logotype

Diff of /groff/src/devices/grohtml/post-html.cpp

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

revision 1.11 by wl, Fri Oct 15 05:08:35 2004 UTC revision 1.12 by wl, Sat Oct 30 11:11:00 2004 UTC
# Line 2074  class html_printer : public printer { Line 2074  class html_printer : public printer {
2074    void handle_assertion               (int minv, int minh, int maxv, int maxh, const char *s);    void handle_assertion               (int minv, int minh, int maxv, int maxh, const char *s);
2075    void handle_state_assertion         (text_glob *g);    void handle_state_assertion         (text_glob *g);
2076    void do_end_para                    (text_glob *g);    void do_end_para                    (text_glob *g);
2077      int  round_width                    (int x);
2078    // ADD HERE    // ADD HERE
2079    
2080  public:  public:
# Line 4786  void html_printer::special(char *s, cons Line 4787  void html_printer::special(char *s, cons
4787   *  taken from number.cpp in src/roff/troff, [hunits::hunits(units x)]   *  taken from number.cpp in src/roff/troff, [hunits::hunits(units x)]
4788   */   */
4789    
4790  int printer::round_width(int x)  int html_printer::round_width(int x)
4791  {  {
4792    int r = font::hor;    int r = font::hor;
4793    int n;    int n;

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