Solved How do I get Remote Desktop app to use the correct font/spacing?

Rincewindwiz

New member
Member
VIP
Local time
12:09 AM
Messages
192
I have a VFP program which uses Letter Gothic Line font (a fixed width font)
It runs happily on machine A (W7) and uses the correct font.
It runs happily on machine B (W7) and uses the correct font. (Logged on as Fred say)

When on machine A I launch a remote desktop on Machine B, log on as Fred and start the program from the same shortcut that I use when sitting at machine B, the program uses a different font. I cant work out exactly which font it is using (its certainly the correct family - fixed width etc) and the characters look the same but it is a wider spacing of the letters (as a result, the program's window does not quite fit in the RD) and some of line characters are slightly different but this may just be a spacing issue.

It seems it is due to the RDP inability to resize the contents of the desktop to fit the size of the RDP screen - but why?
If edit the .rdp file to include smartsizing:i:1 it fails to size at all let alone smartly!
If I set the size of hte rdp window to be big enough, the apoplicaiton looks and works just fine

Any suggestion on why Windows does not resize the application to fit the window or change the rdp window size to accommodate the application?
 
Last edited:

My Computer My Computer

At a glance

64 bit Win 7 Ultimate12GBNVIDIA 630M
Computer type
Laptop
Computer Manufacturer/Model Number
HP ENVY DV6
OS
64 bit Win 7 Ultimate
Memory
12GB
Graphics Card(s)
NVIDIA 630M
Hard Drives
750GB
it seems that the RDP file I was using as a starting point (W7 default.rdp) had defined the rdp window explicitly (desktopwidth:i:640 desktopheight:i:700). Not surprisingly this overrode any smart sizing instruction. Remove the definition of desktop size and it all works fine (in that RDP opens a large enough window and the font displays correctly)
If you've read this far, sorry for wasting your time!
 

My Computer My Computer

At a glance

64 bit Win 7 Ultimate12GBNVIDIA 630M
Computer type
Laptop
Computer Manufacturer/Model Number
HP ENVY DV6
OS
64 bit Win 7 Ultimate
Memory
12GB
Graphics Card(s)
NVIDIA 630M
Hard Drives
750GB
Thanks for posting the solution.
 

My Computer My Computer

At a glance

W7 Pro SP1 64biti78GBIntel HD Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
Back
Top