-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
[Complex Text Layouts] Add drop-cap support to RTL. #43691
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bruvzg
force-pushed
the
ctl_dropcap
branch
2 times, most recently
from
November 20, 2020 11:41
26232f2
to
e0bfc1b
Compare
This is amazing!!! Thank you so much, I can't wait to work on my project using this feature! |
bruvzg
force-pushed
the
ctl_dropcap
branch
8 times, most recently
from
December 2, 2020 07:58
c803c31
to
3606784
Compare
bruvzg
changed the title
[Complex Text Layouts, WIP] Add drop-cap support to RTL.
[Complex Text Layouts] Add drop-cap support to RTL.
Dec 3, 2020
bruvzg
force-pushed
the
ctl_dropcap
branch
6 times, most recently
from
December 13, 2020 12:43
5aef2f2
to
34f1905
Compare
bruvzg
force-pushed
the
ctl_dropcap
branch
2 times, most recently
from
December 13, 2020 19:06
4778139
to
30c6e18
Compare
akien-mga
reviewed
Dec 13, 2020
akien-mga
reviewed
Dec 13, 2020
akien-mga
reviewed
Dec 13, 2020
akien-mga
reviewed
Dec 13, 2020
akien-mga
approved these changes
Dec 29, 2020
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements thus closes godotengine/godot-proposals#1838
Adds
[dropcap font=name font_size=72 color=red margins=0,0,0,0 outline_size=2 outline_color=blue]AB[/dropcap]
tag, all options can be omitted.Margins can be used to add extra offset (positive), or cut excessive font ascent/descent (negative):
Or add raised lines and outdent (indent whole paragraph and add negative left margin):