[chore:] added "PRESSE/ELN" text
This commit is contained in:
+5
-1
@@ -696,6 +696,10 @@ public class PdfBuilder
|
|||||||
new XRect(x + 5, y + r1 + r2 + 5, w * 0.50 - 10, r3 - 10),
|
new XRect(x + 5, y + r1 + r2 + 5, w * 0.50 - 10, r3 - 10),
|
||||||
XStringFormats.Center);
|
XStringFormats.Center);
|
||||||
|
|
||||||
|
gfx.DrawString("PRESSE/ELN", fontBig, XBrushes.Black,
|
||||||
|
new XRect(x + 5, y + r1 + r2 + 5, w * 0.50 - 10, r3 - 90),
|
||||||
|
XStringFormats.Center);
|
||||||
|
|
||||||
gfx.DrawString($"Fraktion {fraction}/{total_frac}", fontText, XBrushes.Black,
|
gfx.DrawString($"Fraktion {fraction}/{total_frac}", fontText, XBrushes.Black,
|
||||||
new XRect(x + 5, y + r1 + r2 + r3 - 18, w * 0.50 - 10, 14),
|
new XRect(x + 5, y + r1 + r2 + r3 - 18, w * 0.50 - 10, 14),
|
||||||
XStringFormats.CenterLeft);
|
XStringFormats.CenterLeft);
|
||||||
@@ -760,7 +764,7 @@ public class PdfBuilder
|
|||||||
|
|
||||||
|
|
||||||
// Right bottom postal area label
|
// Right bottom postal area label
|
||||||
gfx.DrawString("Bereich für postalische Zwecke:", fontLabel, XBrushes.Black,
|
gfx.DrawString("Feld für Palettenlabel/NVE:", fontLabel, XBrushes.Black,
|
||||||
new XRect(x + leftBottomW + 5, y + r1 + r2 + r3 + 4, w - leftBottomW - 10, 14),
|
new XRect(x + leftBottomW + 5, y + r1 + r2 + r3 + 4, w - leftBottomW - 10, 14),
|
||||||
XStringFormats.TopLeft);
|
XStringFormats.TopLeft);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user