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

font size is to small and unread able I see a size 3 or 4 font size. #197

Open
Sparkey36079 opened this issue Aug 23, 2024 · 1 comment
Open

Comments

@Sparkey36079
Copy link

Issue Description:
font size
[Please provide a brief description of the issue you are encountering or the feature you are requesting.]
The app works great but the font size on 80 percent of the app is too small
Bug Details:

[If this is a bug report, provide more specific details about the problem you are facing. Mention any error messages or unexpected behavior.]

Steps to Reproduce:

[1. List the steps to reproduce the issue or the actions leading to the problem.
2. Use numbered bullets for each step to make it clear and organized.]

Expected Behavior:
To open the app and see size 10 to 14 font or a way to adjust the font.
[Describe what you expected to happen when performing the steps mentioned above.]
I open the app and need a magnify glass to see the font. I have Fedora 40 and 39. I do not know if having Intel UHD Graphics 630 and Nvidia's GeForce 136 card has anything to do with it.
Actual Behavior:
Actual Behavior:

[Explain what actually happened after following the steps mentioned above. Highlight any deviations from the expected behavior.]

Note to Developers:

[If you have any additional notes or suggestions for the developers regarding the issue or the feature, please mention them here.]

Screenshots/Attachments:

[If applicable, attach any screenshots, error logs, or relevant files to help better understand the issue.]


Wimmics.pdf

Note: It's important to include as much relevant detail as possible when creating an issue template for your GitHub repository. Providing clear and precise information helps developers and contributors to understand and address the problem more efficiently. Additionally, you can adapt and customize this template further based on the specific needs of your project.
Screenshot from 2024-08-22 18-42-10.png.pdf

@remiceres
Copy link
Collaborator

Hello,

Thank you for your report. Indeed, we have identified an issue with the font size in Corese-Gui on high-resolution screens. We are currently working on a redesign of the interface that will address this problem. In the meantime, I can offer you a temporary solution by using a command-line option.

If you are running the jar file directly, you can scale the UI by using the following command:

java -Dsun.java2d.uiScale=2.0 -jar corese-gui-4.5.0.jar

If you are using the Flatpak version, you can adjust the scaling by setting an environment variable before launching the application:

flatpak run --env=JAVA_TOOL_OPTIONS='-Dsun.java2d.uiScale=2.0' fr.inria.corese.CoreseGui

You can replace the multiplier 2.0 with a different value if needed.

This should help improve the readability of the font on your system.

Best regards,
Rémi

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

2 participants