Osspial / derin

A Derive-Based GUI Library for Rust
Mozilla Public License 2.0
19 stars 2 forks source link

Text control character rendering #5

Closed Osspial closed 6 years ago

Osspial commented 6 years ago

Certain characters, like \n and \t are currently drawn as rectangles by FreeType. Derin shouldn't try to draw said characters, and there should be some way to specify tab size.