Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better font support for high resolution displays #448

Closed
tudorache opened this issue Jun 10, 2016 · 4 comments
Closed

Better font support for high resolution displays #448

tudorache opened this issue Jun 10, 2016 · 4 comments

Comments

@tudorache
Copy link
Member

The default font on high resolution displays is too small to read. Even when increasing the font size, the font of the menus and other actions is not increased. Also, the height of the items in the frame list does not seem to adjust properly.

Reported on the mailing list:

I confirm the behaviour on a Windows 10 Microsoft Surface Book (3000 x 2000
pixel -> high dpi)

First picture shows the default font size 12.
http://protege-project.136.n4.nabble.com/file/n4665566/Protege_font_12.png

The second picture with size 38
http://protege-project.136.n4.nabble.com/file/n4665566/Protege_font_38.png

Neither of them is realy readable

@matthewhorridge
Copy link
Contributor

This is a duplicate of #115. Basically, this isn't a Protege problem per se, but a Java/Swing issue on Windows and High Res displays. I need to have a look at possible solutions.

I've separated out the issue of the metrics view not respecting font size settings into a new issue: #449.

@bututoubaobei
Copy link

I have solved the problem by decrease the resolution of my windows 10 (originally it is 38402160, after changed, it is 1600900)

@fshaker
Copy link

fshaker commented Jan 28, 2020

I had the same problem. This problem happens with some other applications too. I could solve the problem using the solution presented here:
https://superuser.com/questions/1056631/fonts-extremely-small-in-some-applications-windows-10

@febikamMck
Copy link

I had the same problem. This problem happens with some other applications too. I could solve the problem using the solution presented here: https://superuser.com/questions/1056631/fonts-extremely-small-in-some-applications-windows-10

This fixed my issue. Thnx @fshaker

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

No branches or pull requests

5 participants