Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-02 | Text: Fixed drawing wrapped text without HarfBuzz | Jaakko Keränen | |
2021-08-02 | InputWidget: Simple text renderer needs fixing | Jaakko Keränen | |
2021-07-14 | Fixed text wrapping when HarfBuzz is disabled | Jaakko Keränen | |
Updated the old simple text renderer for the new WrapText wrapping. | |||
2021-06-30 | Text: Use HarfBuzz to shape text | Jaakko Keränen | |
This kind of already works! HarfBuzz will composite glyphs as expected. Still missing: half-pixel offsets, line wrapping, color escapes, monospace grid alignment. FriBidi will still be required to determine/reorder text direction within each run. | |||
2021-06-26 | Text: Link with HarfBuzz; old run_Font_ is a fallback | Jaakko Keränen | |
HarfBuzz will provide proper Unicode text shaping for both simple and complex scripts. The old `run_Font_` is available for use as a fallback if HarfBuzz is not available due to size or complexity constraints (it's written in C++). |