Add support for text wrapping

This commit is contained in:
Sasha Koshka 2023-07-12 18:56:04 -04:00
parent ae5c177484
commit 573212fe7d
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ type TextBox interface {
SetText (string)
SetTextColor (color.Color)
SetFace (font.Face)
SetWrap (bool)
SetHAlign (Align)
SetVAlign (Align)
}