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

Very large font in some distributions #100

Open
bigbigmdm opened this issue May 21, 2024 · 0 comments
Open

Very large font in some distributions #100

bigbigmdm opened this issue May 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bigbigmdm
Copy link
Owner

bigbigmdm commented May 21, 2024

Distribution

REDOS 7.3.4

Architecture

amd64

Kernel version

No response

IMSProg version

Version 1.3.9

Bug description

In one of the RedHat based distributions I saw incorrect display of national text characters in the programme:

  • The characters appear cropped at the top and bottom.
  • The font size is very large.
  • There is almost no line spacing in the hex editor window (monospaced font).

Steps to reproduce

No response

Expected behavior

No response

Additional information

The following edits had to be made for correction:

IMSProg_programmer/main.cpp

- 21     QFont font("Monospace");
+ 21     QFont font("OpenSans");
- 23     font.setPointSize(12);
+ 23     font.setPointSize(11);

MSProg_programmer/mainwindow.cpp

- 109     heFont = QFont("Monospace", 10);
+ 109     heFont = QFont("DejaVu Sans Mono", 10);

No such problems are observed with the same IMSProg distribution on Fedora 38.

What is the situation with fonts in different distributions?

@bigbigmdm bigbigmdm added the bug Something isn't working label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant