cosmic-text icon indicating copy to clipboard operation
cosmic-text copied to clipboard

Pure Rust multi-line text handling

Results 71 cosmic-text issues
Sort by recently updated
recently updated
newest added

Allow something similar to CSS writing-mode to be set on a buffer: https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode

Will need a `winit` example to experiment with this

Currently only the primary system locale is used. Allow the use of secondary system locales for resolving Han unification and other things, and also allow a span of text to...

TrueType provides at least: - `sbix` - `CBDT` + `CBLC` - `svg` - `COLR` v0 and v1

Do you plan to support fake bold and fake italic?

Types wrapping `&FontSystem` instead need to have methods taking an `&mut FontSystem`. Eliminating the lifetime bounds make the API more usable, but perhaps too many methods require this to be...

There is an issue with numbers inside a mixed RTL/LTR sentence. Currently a span only contains a boolean that says if it is RTL or LTR. To get a correct...

This adds text margins to the TextBox and makes sure text selection works as expected. I'm leaving this PR here in case you guys have any suggestions. - [x] `left_margin`...

Running the `editor-libcosmic` example, I get this: ![image](https://user-images.githubusercontent.com/730811/199829260-d7fe43f2-cc0f-4145-a1ec-6f86e3739f1c.png) There is no text rendered anywhere. Clicking on the big textfield and typing does nothing. Opening a file changes nothing. The pulldown...