kas-gui / kas

Another GUI toolkit
Apache License 2.0
892 stars 27 forks source link

Duplicate Text struct and adapt for KAS themes; remove TextApi* traits #446

Closed dhardy closed 3 months ago

dhardy commented 3 months ago

Creates a copy of kas_text::Text and adapts for KAS themes, adding a TextClass field.

Adjustments to the Text API in line with https://github.com/kas-gui/kas-text/pull/84.

Adds trait SizableText, replacing usage of kas_text's TextApi* traits. See https://github.com/kas-gui/kas-text/pull/85.