Add two switches -a and -g to control the antialiasing bits for
commit7e7d7044a39553c049cc7d56c1ea4b85eaa3e317
authorWerner LEMBERG <wl@gnu.org>
Mon, 28 Jan 2002 05:05:31 +0000 (28 05:05 +0000)
committerWerner LEMBERG <wl@gnu.org>
Mon, 28 Jan 2002 05:05:31 +0000 (28 05:05 +0000)
tree36038d19b32e9b3202667325c5a1eb98791e978d
parent2efd247fc95ed1600405f9d0807b08f2649e5db4
Add two switches -a and -g to control the antialiasing bits for
text and graphics, respectively.

* src/devices/grohtml/post-html.cc (main): Dummy code for `-a' and
`-g'.
* src/devices/grohtml/grohtml.man: Document them.
* src/preproc/html/pre-html.cc (MIN_ALPHA_BITS, MAX_ALPHA_BITS):
New macros.
(textAlphaBits, graphicAlphaBits, antiAlias): New global variables.
(setupAntiAlias): New function.
(createAllPages): Updated.
(scanArguments): Handle `-a' and `-g'.
(main): Call `setupAntiAlias'.
* NEWS: Updated.

* doc/groff.texinfo (Def*): Call index function after deffn.

* tmac/html.tmac: Call `nroff' request.
ChangeLog
NEWS
doc/groff.texinfo
src/devices/grohtml/grohtml.man
src/devices/grohtml/post-html.cc
src/preproc/html/pre-html.cc
src/roff/troff/input.cc
tmac/html.tmac