summaryrefslogtreecommitdiffstats
path: root/doc/classes/TextMesh.xml
Commit message (Collapse)AuthorAgeFilesLines
* [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-101-1/+1
|
* [RTL] Expose missing default properties, ensure bbcode is reparserd when ↵bruvzg2024-08-281-1/+1
| | | | these are changed.
* Make `Label3D` obey auto translationMichael Alexsander2024-03-011-0/+1
|
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-0/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-1/+1
|
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. ↵bruvzg2023-05-151-0/+3
| | | | Add flags to control last/single line justification.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Add line breaking support to the TextMesh.bruvzg2022-08-101-0/+12
|
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-24/+1
|
* Implement TextMesh resource.bruvzg2022-05-131-0/+77
Apply simulated slant and embolden to the TextServer `gont_get_glyph_contours` results.