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

Missing documentation about tracking and leading properties in the GUI nodes #8813

Open
Insality opened this issue Apr 18, 2024 · 1 comment
Labels
bug Something is not working as expected documentation Issue related to the Defold documentation engine Issues related to the Defold engine gui Issues related to gui components

Comments

@Insality
Copy link
Sponsor

Insality commented Apr 18, 2024

Is your feature request related to a problem? Please describe (REQUIRED):

Edited:

In the GUI we can call the next functions over text tracking and leading params

gui.get(node, "tracking")
gui.get(node, "leading")
gui.animate(node, "tracking", ...)

But documentation is missing about that

@Insality Insality added the feature request A suggestion for a new feature label Apr 18, 2024
@Insality
Copy link
Sponsor Author

Insality commented Apr 18, 2024

Update:

I can already use the "tracking" and "leading" properties!

My fault, but there is no any information about that in documentation, like gui.PROP_LEADING and gui.PROP_TRACKING and in the list of properties for gui.get, gui.set functions

@Insality Insality changed the title Make text_tracking and text_leading available to change with gui.animate Missing documentation about tracking and leading properties in the GUI nodes Apr 18, 2024
@britzl britzl added documentation Issue related to the Defold documentation bug Something is not working as expected engine Issues related to the Defold engine gui Issues related to gui components and removed feature request A suggestion for a new feature labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working as expected documentation Issue related to the Defold documentation engine Issues related to the Defold engine gui Issues related to gui components
Projects
None yet
Development

No branches or pull requests

2 participants