Hello everybody,
  We are using Batik for writing accessible SVG viewer to be
used by blind computer users to access to graphical information.
We use special tactile graphics printer as output device and
special touch screen as input device and replacement for
a mouse. This is just some background info to explain, that
we may have unusual requirements.

The problem we currently have with Batik is to find a way to
print text in a custom way. Text for blind users should be
printed in a special way. Most popular is Braille code, when
every character is represented by combination of dots on 2 by 3
or 2 by 4 matrix with 1/10 inch distance between dots.
This size roughly corresponds to 29 or 36 points font size.
Other ways to represent text are possible depending on characters
size. But, in any case, tactile representation should be very much
different from visual representation.

We need an advise on the best way to customize Batik
to allow special text rendering. Visual representation should
remain the same to be useful for sighted user. Only printed
copy should be different. Ideally we would like to be to have
the ability to pass text strings directly to printer driver
(we are on windows platform and have quite sophisticated
driver, which converts text into Braille itself), bypassing
Batik rasterizer.

Any advice would be appreciated.

All the best,
       Vladimir Bulatov



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to