mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
This commit is contained in:
@@ -86,6 +86,7 @@ enum InlineAlignment {
|
||||
// Image alignment points.
|
||||
INLINE_ALIGNMENT_TOP_TO = 0b0000,
|
||||
INLINE_ALIGNMENT_CENTER_TO = 0b0001,
|
||||
INLINE_ALIGNMENT_BASELINE_TO = 0b0011,
|
||||
INLINE_ALIGNMENT_BOTTOM_TO = 0b0010,
|
||||
INLINE_ALIGNMENT_IMAGE_MASK = 0b0011,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user