Update Implementation authored by Richard Schmidt's avatar Richard Schmidt
...@@ -82,7 +82,7 @@ So the software will calculate the baseSize for the given `g, gpad, b, bpad` and ...@@ -82,7 +82,7 @@ So the software will calculate the baseSize for the given `g, gpad, b, bpad` and
In the case of `thickness < minThickness` an exception will be thrown stating that there is not enough space available. In the case of `thickness < minThickness` an exception will be thrown stating that there is not enough space available.
##Floating Dot Area Mode # Floating Dot Area Mode
The floating dot area mode enables embossing by defining dots by their x- and y-coordinate. All plotting algorithms must implement the Plotter interface. The floating dot area mode enables embossing by defining dots by their x- and y-coordinate. All plotting algorithms must implement the Plotter interface.
Points are added iteratively to a FloatingPointData with an x- and a y-coordinate. The list with coordinates are passed to the printer starting with an ESC 70 sequence. Points are added iteratively to a FloatingPointData with an x- and a y-coordinate. The list with coordinates are passed to the printer starting with an ESC 70 sequence.
... ...
......