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
In my IDE I use custom font (Source Code Pro Semibold), maybe this is reason?
font: https://github.com/adobe-fonts/source-code-pro
The text was updated successfully, but these errors were encountered:
Thank you for the report. I tried the same font you used, but couldn't reproduce it.
Quick-fix: Insert this code in DLight.pas line 669 (just before the calculation of "y".)
Inc(x, 2 * CellSize.cx);
Sorry, something went wrong.
Thanks, now is ok! :-)
No branches or pull requests
In my IDE I use custom font (Source Code Pro Semibold), maybe this is reason?
font: https://github.com/adobe-fonts/source-code-pro
The text was updated successfully, but these errors were encountered: