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

Bad text painting position (x) #7

Open
jaclas opened this issue Dec 13, 2016 · 2 comments
Open

Bad text painting position (x) #7

jaclas opened this issue Dec 13, 2016 · 2 comments

Comments

@jaclas
Copy link

jaclas commented Dec 13, 2016

ashampoo_snap_2016 12 13_00h29m51s_001_

In my IDE I use custom font (Source Code Pro Semibold), maybe this is reason?

font: https://github.com/adobe-fonts/source-code-pro

@superswanman
Copy link
Owner

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);

@jaclas
Copy link
Author

jaclas commented Jan 4, 2017

Thanks, now is ok! :-)

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