Danke für Deinen Hinweis - im Moment habe ich das jetzt per AutoIt3 Script gelöst. Das Problem ist aber das Mochasoft die Schrift da nicht sehr schön skalieren kann.
Oder kennt zufällig jemand eine nicht-proportionale Schriftart mit doppelter Höhe?
Mein derzeitiges AutoIt3 Script (falls es jemand interessiert - ist ausgelegt für 2x 15" Monitore...
Run ("C:\Mochasoft\mtn5250.exe /C4")
WinWaitActive("ida620e - Mocha W32 TN5250")
WinMove("ida620e - Mocha W32 TN5250", "", 1536, 0, 512, 768)
Run ("C:\Mochasoft\mtn5250.exe /C3")
WinWaitActive("ida620e - Mocha W32 TN5250")
WinMove("ida620e - Mocha W32 TN5250", "", 1025, 0, 512, 768)
Run ("C:\Mochasoft\mtn5250.exe /C2")
WinWaitActive("ida620e - Mocha W32 TN5250")
WinMove("ida620e - Mocha W32 TN5250", "", 512, 0, 512, 768)
Run ("C:\Mochasoft\mtn5250.exe /C1")
WinWaitActive("ida620e - Mocha W32 TN5250")
WinMove("ida620e - Mocha W32 TN5250", "", 0, 0, 512, 768)