summaryrefslogtreecommitdiffstats
path: root/doc/classes/TextParagraph.xml
Commit message (Expand)AuthorAgeFilesLines
* [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-101-0/+3
* [RTL] Expose missing default properties, ensure bbcode is reparserd when thes...bruvzg2024-08-281-1/+1
* [RTL] Fix text size rounding with MSDF fonts.bruvzg2024-07-221-1/+1
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+3
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-2/+2
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-1/+1
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-2/+2
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-0/+2
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-7/+7
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-56/+56
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-2/+5
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-21/+7
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-19/+2
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-021-0/+1
* Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde2022-01-181-4/+2
* Fix usage of "Return" in the docskobewi2022-01-021-1/+1
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3
* Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde2021-11-091-0/+3
|\
| * [Text Server] Add support for user defined punctuation list, used for word br...bruvzg2021-10-011-0/+3
* | Fix: typo in TextParagraph class and docsMurilo Gonçalves2021-10-191-1/+1
|/
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-1/+1
* Makes FontData importable resource.bruvzg2021-08-271-2/+2
* Merge pull request #51178 from Geometror/layout-options-textline-textparagraphRémi Verschelde2021-08-111-0/+21
|\
| * Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker2021-08-111-0/+21
* | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-2/+2
|/
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-182/+91
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-9/+9
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* Use extra font spacing in the RichTextLabel line height calculation, and styl...bruvzg2021-03-291-0/+14
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL.bruvzg2020-12-131-5/+85
* [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg2020-11-261-0/+299