Skip to content
Snippets Groups Projects
Commit 2fc60440 authored by Andrey Ruzhanskiy's avatar Andrey Ruzhanskiy
Browse files

Added new Resource File for tests.

parent c6ff6fb9
No related branches found
No related tags found
1 merge request!14Feat/braille print back end 4
# JProperties Printer & Format Configuration
#
# Embosser: Dummy Printer
# Test Revision (19-07-18) (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
### ==========================
# Missing required property (not specified by default):
printer.name=Dummy Printer
printer.mode=normalprinterKek
printer.brailletable=src/test/resources/mapping.properties
printer.floatingDot.support=true
printer.floatingDot.resolution=0.05
# 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.)
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
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
format.A4.margin.left=0
# A5 Format
# Missing required property (not specified by default):
# 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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment