Cryru / Emotion

A game engine.
MIT License
56 stars 5 forks source link

RichText Vertical Wrapping #43

Closed Cryru closed 4 years ago

Cryru commented 5 years ago

Currently, the height of the RichText doesn't prevent text from rendering past it.

This was removed as it caused an inconsistent character count between _wrapCache and strippedText which caused render artifacts. It should be re-introduced in another way.

Cryru commented 4 years ago

This is now the responsibility of TextLayouterWrap, but the problem persists.