HighDPI Windows zoom

General TRichView support forum. Please post your questions here
Post Reply
jgkoehn
Posts: 310
Joined: Thu Feb 20, 2020 9:32 pm

HighDPI Windows zoom

Post by jgkoehn »

I am working on making our application support Zoom in WIndows 125%, 150% etc.
For alot of forms there is a scaled option.
I know I could use RichView.DocumentPixelsPerInch = 144, instead of the normal 96.

Is there a way to adjust this behind the scenes to RichView itself? We are using primarily System Aware but it would be ideal in the future to use Per MonitorV2 with RichView.
jgkoehn
Posts: 310
Joined: Thu Feb 20, 2020 9:32 pm

Re: HighDPI Windows zoom

Post by jgkoehn »

I read some place else that it is natively supported. So I must have something on I don't need???
Ideas on what that could be?
jgkoehn
Posts: 310
Joined: Thu Feb 20, 2020 9:32 pm

Re: HighDPI Windows zoom

Post by jgkoehn »

I think I found it: PixelsPerInch this was used through out with TRStyles and so I need to go throughout and update.
reader2.Style.TextStyles.PixelsPerInch
Post Reply