Skip to content

Commit ba67ccc

Browse files
committed
Update parley todo
1 parent 0476dbf commit ba67ccc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

parley-todo.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Parley:
2-
- [ ] Text wrap styling (https://github.com/linebender/parley/pull/315)
3-
- [ ] Text truncation with ellipsis
2+
- [x] Text wrap styling (https://github.com/linebender/parley/pull/315)
3+
- [x] Text truncation with ellipsis
44
- [ ] serde support for some types (the selection ones at least)
55
- [ ] Vertical alignment options, especially for InlineBox (https://github.com/linebender/parley/issues/291)
66
- [ ] Ability to set line.offset (necessary for LayoutSection::leading_space)
@@ -9,7 +9,7 @@
99
- [x] Custom family names (https://github.com/linebender/parley/issues/117)
1010
- [x] Inline box fix (https://github.com/linebender/parley/pull/299)
1111
- [x] Don't round vertical metrics (https://github.com/linebender/parley/pull/297)
12-
- [ ] RTL jank (https://github.com/linebender/parley/issues/298)
12+
- [x] RTL jank (https://github.com/linebender/parley/issues/298)
1313
- [ ] Support the tab character (https://github.com/linebender/parley/issues/302)
1414
- [ ] AccessKit improvements (https://github.com/linebender/parley/issues/310)
1515
- [ ] Not Parley, but Swash: tighter glyph bounds (https://github.com/dfrg/zeno/pull/15)
@@ -111,6 +111,8 @@
111111
- [ ] FontStore and Fonts are different and we should just expose them separately instead of passing through all the FontStore methods onto Fonts
112112
- [ ] Work around https://github.com/jslegers/emoji-icon-font/issues/18 / https://github.com/emilk/egui/issues/1284
113113
- [ ] Ship a newer revision of the Ubuntu font? The hinting on the current one is kinda distracting
114+
- [ ] https://github.com/emilk/egui/pull/5979/files great, now we have two different implementations of system font scanning
115+
- https://github.com/linebender/resvg/issues/862
114116
- [x] Cross-cutting concerns
115117
- [x] Actually remove all the ab_glyph stuff
116118
- Sayonara, ab_glyph 🫡

0 commit comments

Comments
 (0)