Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Adjust font size in the client itself #164

Open
Freudentaumel opened this issue Sep 11, 2021 · 1 comment
Open

Adjust font size in the client itself #164

Freudentaumel opened this issue Sep 11, 2021 · 1 comment
Labels

Comments

@Freudentaumel
Copy link

Freudentaumel commented Sep 11, 2021

I would like to suggest that the font size can be adjusted directly in the client and not in the Windows settings. The font sizes in Windows are fine for me, but not in the client itself. The tiny default font is difficult for me to read as I wear glasses.

@COM8
Copy link
Member

COM8 commented Sep 12, 2021

I played around with changing the font size in UWP apps a bit and based on my research I don't think this is something I actually could change consistently.
Yes, I was able to change the font size during runtime with a slider, but this implied more problems than it solved.
In case the user changes the system font size, I have no real way to detect this, and so some controls would adapt to the system font size and some to "my" font size.

I would have to change the font size property for each control (TextBlockStyle) in the app, which is a lot of work.
Changing it only for the chat messages themselves would be possible, thou I'm not happy with that either.

Both the font size in the settings app and the default font size in UWPX are the same.
I think this is just a foreground and background contrast problem.
grafik

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants