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

In-Editor API documentation display aberration in 3.4 #54551

Closed
snougo opened this issue Nov 3, 2021 · 8 comments
Closed

In-Editor API documentation display aberration in 3.4 #54551

snougo opened this issue Nov 3, 2021 · 8 comments

Comments

@snougo
Copy link

snougo commented Nov 3, 2021

Godot version

3.4 rc3

System information

MacOS 11.6.1 Big Sur Intel CPU and Intel GPU

Issue description

this issue appeared in some beta version, but I can't remember which version is, sorry report it so late

in 3.4 rc3
Screen Shot 2021-11-03 at 10 09 37 PM

in 3.3.4 stable
Screen Shot 2021-11-03 at 10 11 00 PM

Steps to reproduce

just search some help in editor

Minimal reproduction project

No response

@akien-mga
Copy link
Member

I can't reproduce the issue on Linux with 3.4 RC 3 and the default theme.

Which theme configuration are you using?

@snougo
Copy link
Author

snougo commented Nov 3, 2021

I can't reproduce the issue on Linux with 3.4 RC 3 and the default theme.

Which theme configuration are you using?

I just changed default theme color settings and didn't use any other theme

@Calinou
Copy link
Member

Calinou commented Nov 17, 2021

I can reproduce this on 3.5.beta.custom_build [a79e4d0] on Linux, but only when setting the font hinting to None in the Editor Settings. It happens regardless of display scaling and persists after restarting the editor.

200% scaling

image

200% scaling (font hinting set to None in the Project Settings)

image

@akien-mga
Copy link
Member

CC @bruvzg

@bruvzg
Copy link
Member

bruvzg commented Nov 17, 2021

It's a regression from #52752, probably some of horizontal offsets were not converted to float.

@Calinou
Copy link
Member

Calinou commented Nov 17, 2021

I could reproduce the issue in 3.4beta6, but not 3.4beta5. Note that fonts within RichTextLabel also look significantly blurrier since 3.4beta6 when hinting is disabled:

3.4beta5

2021-11-17_15 23 30

3.4beta6

2021-11-17_15 23 14

@akien-mga
Copy link
Member

CC @Listwon

@akien-mga
Copy link
Member

Fixed by #55440.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

4 participants