Newer
Older
# JProperties Printer & Format Configuration
#

Leonard Kupper
committed
# Embosser: Dummy Printer

Leonard Kupper
committed
# Test Revision (19-09-11) (DON'T USE FOR PRINTING)
#
# Description:
# This is the main configuration file for use with the braille plot application
# when embossing with the 'Index Everest-D V4'.
# The configuration specifies the general printer abilities and defines
# pre-selectable formats for this embosser.
#
# https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/wikis/Software%20Design#configuration-files
# =============================================================================
### General Printer Properties
### ==========================

Leonard Kupper
committed
printer.name=Dummy Printer
printer.semantictable=src/main/resources/mapping/kurzschrift_DE.properties

Leonard Kupper
committed
printer.floatingDot.support=true
printer.floatingDot.resolution=0.05

Leonard Kupper
committed
# The following values represent the fixed indentation and maximum technical printing area of the embosser.
# If the outputs don't fit on the page you might want to tweak this values. (Check the format too.)

Leonard Kupper
committed
printer.constraint.top=5.0
printer.constraint.left=0
# The following properties define the exact grid spacing.
printer.raster.cellDistance.horizontal=3.6
printer.raster.cellDistance.vertical=4.8

Leonard Kupper
committed
printer.raster.dotDistance.horizontal=2.5
printer.raster.dotDistance.vertical=2.5
printer.raster.dotDiameter=1.5
### Format Definitions
### ==================
# A4 Format
format.A4.page.width=210
format.A4.page.height=297

Leonard Kupper
committed
format.A4.margin.left=0
# A5 Format
format.A5.page.width=148
format.A5.page.height=210
format.A5.margin.top=0
format.A5.margin.left=0
format.A5.margin.bottom=0
format.A5.margin.right=0