Skip to content
Snippets Groups Projects
Commit 994364aa authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Move app resources into resource folder.

parent 72a9c6fb
No related branches found
No related tags found
1 merge request!8Feat/rasterizer 10
......@@ -9,7 +9,7 @@ out
brailleplot.iml
# Application
dummyPrinterConfig.properties
!src/main/resources/*
# Java
*.class
......
# JProperties Printer & Format Configuration
#
# Embosser: Default
# Version 1 Rev. 0 (19-06-27)
#
# Description:
# This is the default configuration file for the braille plot application.
# The configuration specifies the default values of required properties.
#
# https://gitlab.hrz.tu-chemnitz.de/s9444737--tu-dresden.de/brailleplot/wikis/Software%20Design#configuration-files
# =============================================================================
# Default Printer Properties
printer.max.charsPerLine=35
printer.max.linesPerPage=29
printer.equidistantSupport=false
printer.max.characterDistance=2.5
# Default Format Definition (assume A4 portrait)
format.default.page.width=210
format.default.page.height=297
format.default.margin.left=10
format.default.margin.top=10
format.default.margin.right=10
format.default.margin.bottom=10
\ No newline at end of file
# JProperties Printer & Format Configuration
#
# Embosser: Index Everest-D V4
# Version 1 Rev. 0 (19-07-10)
#
# 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
printer.name=Index Everest-D V4
printer.max.characterDistance=2.5
printer.equidistantSupport=true
printer.brailletable=mapping.properties
# A4 Format
format.A4.page.width=210
format.A4.page.height=297
format.A4.margin.top=0
format.A4.margin.left=0
format.A4.margin.bottom=0
format.A4.margin.right=0
#https://codes.iccsafe.org/content/ICCA117_12003/chapter-7-communication-elements-and-features#ICCA117.1_2003_Ch07_Sec703
format.A4.raster.dotDistance.horizontal=2.5
format.A4.raster.dotDistance.vertical=2.5
format.A4.raster.cellDistance.horizontal=5.1
format.A4.raster.cellDistance.vertical=5.2
# B5 Format
format.B5.page.width=176
format.B5.page.height=250
format.B5.isPortrait=false
\ No newline at end of file
,a,b,c,d,e,f,g,h
Wert,500,36,357,473,75,-215,220,356
\ 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