Changes
Page history
Add property overview list
authored
Jul 01, 2019
by
Leonard Kupper
Show whitespace changes
Inline
Side-by-side
Software-Design.md
View page @
f20b7083
...
...
@@ -41,3 +41,25 @@ graph TD;
A4_landscape-->....;
B5_portrait-->.....;
```
##### Properties
In the following a table with all available properties is presented. All distances are measured in milimetres.
| Prefix | Property | Content | Description |
| ------ | ------ | ------ | ------ |
| printer. ||||
|| name | string | The name/model of the printer. |
|| floatingDot.support | true/false | The printers capability to print floating dots. |
|| floatingDot.resolution | non-negative double | The minimum resolution for dot positions. |
|| raster.type | enum | The braille raster. Can be any of the following: '6-dot', '8-dot' |
|| raster.cellDistance.horizontal | non-negative double | Horizontal distance between two consecutive braille characters. |
|| raster.cellDistance.vertical | non-negative double | Vertical distance between two braille lines. |
|| raster.dotDistance.horizontal | non-negative double | Horizontal distance between two dots inside a braille cell. |
|| raster.dotDistance.vertical | non-negative double | Vertical distance between two dots inside a braille cell. |
|| ... | ... | ... |
| format.[name]. ||||
|| page.width | non-negative integer | Horizontal page size. |
|| page.height | non-negative integer | Vertical page size. |
|| margin.[top,left,bottom,right] | non-negative integer | Margin from respective page border. |
|| ... | ... | ... |
\ No newline at end of file