We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
REDOS 7.3.4
amd64
No response
Version 1.3.9
In one of the RedHat based distributions I saw incorrect display of national text characters in the programme:
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Steps to reproduce
No response
Expected behavior
No response
Additional information
The following edits had to be made for correction:
IMSProg_programmer/main.cpp
MSProg_programmer/mainwindow.cpp
No such problems are observed with the same IMSProg distribution on Fedora 38.
What is the situation with fonts in different distributions?
The text was updated successfully, but these errors were encountered: