brailleapps / dotify.formatter.impl

Provides an implementation of the formatter interfaces in dotify.api
GNU Lesser General Public License v2.1
0 stars 6 forks source link

Borders for double line spacing #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Borders are not doubled in double line spacing mode.

Expected:
| row1 |
|      |
| row2 |

Actual:
| row1 |

| row2 |

Implementing this would have the implication that borders may overlap on front 
and back of a paper in DLS-mode.

Original issue reported on code.google.com by joel.hak...@mtm.se on 13 Jan 2014 at 2:09

joeha480 commented 9 years ago

There is a possibility to always get a complete border, but that requires that the page is produced in a "graphics mode" making it impossible to covert to text. Another possibility would be to add support for drawn boxes in PEF, which could be overlaid on top of the text before embossing.