feat(annotation.js): Konfigurierte Beschriftungen

This commit is contained in:
Developer 02
2025-03-24 12:48:28 +01:00
parent 9ae1efb946
commit e9cb49c6a7
5 changed files with 29 additions and 33 deletions

View File

@@ -162,18 +162,32 @@
"MarginTop": 0
},
{
"Name": "City",
"Name": "CityLabel",
"VerBoundAnnotName": "Signature",
"WidthRatio": 1.2,
"HeightRatio": 0.5,
"MarginTopRatio": 0.48
"MarginTopRatio": 0.25
},
{
"Name": "Date",
"Name": "City",
"VerBoundAnnotName": "CityLabel",
"WidthRatio": 1.2,
"HeightRatio": 0.5,
"MarginTopRatio": 0
},
{
"Name": "DateLabel",
"VerBoundAnnotName": "City",
"WidthRatio": 1.55,
"HeightRatio": 0.5,
"MarginTopRatio": 0.45
"MarginTopRatio": 0.10
},
{
"Name": "Date",
"VerBoundAnnotName": "DateLabel",
"WidthRatio": 1.55,
"HeightRatio": 0.5,
"MarginTopRatio": 0
}
]
}