Fixes to make color changes of 2002-01-21 work with grohtml.
commita684e5407994c66386c49ba24d3d6c034fe3d130
authorWerner LEMBERG <wl@gnu.org>
Tue, 29 Jan 2002 01:12:18 +0000 (29 01:12 +0000)
committerWerner LEMBERG <wl@gnu.org>
Tue, 29 Jan 2002 01:12:18 +0000 (29 01:12 +0000)
treecc8e549a5b16da8cd1c376451504588951297c33
parent0cb40822da2268332efe7e6377fbaa4cd0617bfa
Fixes to make color changes of 2002-01-21 work with grohtml.

* src/devices/grohtml/post-html.cc (style): Updated.
(html_printer): Remove unused methods.
(html_printer::do_font, html_printer::draw, html_printer::set_char,
html_printer::special): Updated.
* src/devices/grohtml/html-text.cc (debugStack, turnDebug,
html_text::dump_stack_element, html_text::dump_stack) [DEBUGGING]:
Added some debugging code.
(html_text::start_tag): Updated.
(html_text::do_push): New method.
(html_text::push_para): Call it.
Add method for handling color.
(html_text::do_color): Updated.
(html_text::shutdown): Handle color.
* src/devices/grohtml/html-text.h (tag_definition): New member
`col'.
Updated.
ChangeLog
src/devices/grohtml/html-text.cc
src/devices/grohtml/html-text.h
src/devices/grohtml/post-html.cc