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

Font options in toolbar missing after font refactor #63133

Closed
KieranCarden opened this issue Jul 18, 2022 · 3 comments
Closed

Font options in toolbar missing after font refactor #63133

KieranCarden opened this issue Jul 18, 2022 · 3 comments

Comments

@KieranCarden
Copy link

Godot version

v4.0.alpha12.official [2c11e6d]

System information

Windows 10

Issue description

After the font refactor for Alpha 12, the font options in the toolbar is no longer present. Having these options at a glance, automatically register font families, and in the toolbar made working with fonts substantially easier, rather than having to navigate to theme overrides every time.

Alpha 11
font-options-toolbar

Alpha 12
font-options-toolbar_a12

Steps to reproduce

  1. Create a new project
  2. Add any control node that uses text (Label, RichTextLabel, LineEdit, etc)
  3. Select node, notice options missing from toolbar

Minimal reproduction project

Two projects for ease of testing and not having to reimport between the two versions.

font-options-toolbar_a11.zip
font-options-toolbar_a12.zip

@Chaosus
Copy link
Member

Chaosus commented Jul 18, 2022

cc @bruvzg

@bruvzg
Copy link
Member

bruvzg commented Jul 18, 2022

It was removed in favor of #62139, toolbar was causing issues on a small screens and was inconsistent with the rest of editor UI.

@Chaosus Chaosus removed the bug label Jul 18, 2022
@akien-mga
Copy link
Member

Indeed, this is by design. Similar functionality will come back in a different form in future alphas :)

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

No branches or pull requests

4 participants