index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
graphics
/
src
/
geometry
/
text.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-3
/
+3
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-1
/
+4
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-12
/
+6
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-0
/
+10
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-2
/
+2
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-0
/
+0
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+0
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-1
/
+1
2022-06-22
Added more clarification as to how the position and alignment of the Canvas T...
Jhanny Jimenez
1
-1
/
+8
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-5
/
+6
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-0
/
+0
2020-04-14
Implement `From<&str>` for `canvas::Text`
Héctor Ramón Jiménez
1
-0
/
+6
2020-04-14
Implement `From<String>` for `canvas::Text`
Héctor Ramón Jiménez
1
-0
/
+9
2020-03-08
Implement `Default` for `canvas::Text`
Héctor Ramón Jiménez
1
-0
/
+14
2020-03-07
Implement `Primitive::Cached`
Héctor Ramón Jiménez
1
-5
/
+3
2020-03-07
Rename `canvas::TextNode` to `canvas::Text`
Héctor Ramón Jiménez
1
-3
/
+5
2020-03-06
implement text support in canvas widget
Artur Sapek
1
-0
/
+20