kas-gui / kas-text

Rich text processing
Apache License 2.0
59 stars 2 forks source link

Remove traits TextApi, TextApiExt, EditableTextApi #85

Closed dhardy closed 6 months ago

dhardy commented 6 months ago

These are not the ideal type-erased API in KAS (which uses a minimal SizableText trait for preparation and direct access to the TextDisplay for drawing), and likely also not elsewhere. They make the Text API harder to read and require extra imports, so lets just remove them.