summaryrefslogtreecommitdiff
path: root/scene/resources/text_paragraph.cpp
AgeCommit message (Expand)Author
2021-02-15Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is cal...bruvzg
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Fix missed renamings from empty() to is_empty()Rémi Verschelde
2020-12-29Merge pull request #43691 from bruvzg/ctl_dropcapRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-13[Complex Text Layouts] Add drop-caps support to TextParagraph and RTL.bruvzg
2020-12-06[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg