|
1 | 1 | ## 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 |
4 | 4 | - [ ] serde support for some types (the selection ones at least)
|
5 | 5 | - [ ] Vertical alignment options, especially for InlineBox (https://github.com/linebender/parley/issues/291)
|
6 | 6 | - [ ] Ability to set line.offset (necessary for LayoutSection::leading_space)
|
|
9 | 9 | - [x] Custom family names (https://github.com/linebender/parley/issues/117)
|
10 | 10 | - [x] Inline box fix (https://github.com/linebender/parley/pull/299)
|
11 | 11 | - [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) |
13 | 13 | - [ ] Support the tab character (https://github.com/linebender/parley/issues/302)
|
14 | 14 | - [ ] AccessKit improvements (https://github.com/linebender/parley/issues/310)
|
15 | 15 | - [ ] Not Parley, but Swash: tighter glyph bounds (https://github.com/dfrg/zeno/pull/15)
|
|
111 | 111 | - [ ] FontStore and Fonts are different and we should just expose them separately instead of passing through all the FontStore methods onto Fonts
|
112 | 112 | - [ ] Work around https://github.com/jslegers/emoji-icon-font/issues/18 / https://github.com/emilk/egui/issues/1284
|
113 | 113 | - [ ] 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 |
114 | 116 | - [x] Cross-cutting concerns
|
115 | 117 | - [x] Actually remove all the ab_glyph stuff
|
116 | 118 | - Sayonara, ab_glyph 🫡
|
|
0 commit comments