You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "seperation" typo is the correct link to the Zulip thread. I added a regex to the typos config to suppress on a per-line basis. I also updated to the latest version of typos, which also flags "Canva" so that was added as an exception.
While I was at it, I fixed changed the language in two random code blocks to languages in the syntect set, as these were producing warnings. Note that the latest version of zola switches from syntect to giallo, which will require config changes, but that's not a change I'm making here.
Copy file name to clipboardExpand all lines: content/blog/2026-04-09-tmil-25/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To handle these functions, we created a crate called "parley_draw" inside the Pa
38
38
The crate has now been renamed to "Glifo," and has moved into the Vello repo.
39
39
The new location is to reduce the friction to iterate on the implementation of atlas-based glyph caching.
40
40
41
-
For a more recent discussion of the scope and goals of Glifo, see the thread [Glifo: A seperation of concerns](https://xi.zulipchat.com/#narrow/channel/197075-vello/topic/Glifo.3A.20A.20seperation.20of.20concerns/with/584192738).
41
+
For a more recent discussion of the scope and goals of Glifo, see the thread [Glifo: A seperation of concerns](https://xi.zulipchat.com/#narrow/channel/197075-vello/topic/Glifo.3A.20A.20seperation.20of.20concerns/with/584192738).<!-- typos:disable-line -->
42
42
43
43
In the longer term, we would like to see Glifo become independent of Vello rendering and be adopted by other projects in the ecosystem, but for the time being it should be considered in development.
44
44
@@ -47,7 +47,7 @@ In the longer term, we would like to see Glifo become independent of Vello rende
47
47
Parley has seen slow but steady features.
48
48
49
49
*[parley#536] enumerate system fonts on mac using CoreText
50
-
*[parley#540] Load fonts from syste, and provided paths
50
+
*[parley#540] Load fonts from system, and provided paths
51
51
*[parley#551] CSS text-indent support
52
52
*[parley#563] Implement all possible AccessKit text properties
53
53
@@ -97,7 +97,7 @@ A screenshot of Scrolled Quran.
97
97
98
98
### Subduction
99
99
100
-
It's long been clear there is value in more fully exploiting system compositor capabilites, but it's a hard problem and Linebender projects have so far just been using plain windows and swapchains.
100
+
It's long been clear there is value in more fully exploiting system compositor capabilities, but it's a hard problem and Linebender projects have so far just been using plain windows and swapchains.
101
101
I've had a blog post stuck in rough draft for over four years — [How to think about the compositor in 2022](https://github.com/raphlinus/raphlinus.github.io/issues/77).
102
102
Compositor integration is needed for efficient video playback, and is also the best way to stitch native widgets into a GPU-accelerated rendering surface.
103
103
Bruce Mitchener got tired of waiting and has started the [subduction](https://github.com/forest-rs/subduction) crate, with compelling examples.
@@ -116,8 +116,8 @@ A screenshot of the subduction sample app. There are AppKit widgets for text edi
116
116
117
117
There are two talks from Linebender affiliated people: Nico Burns' [talk on Blitz](https://2026.rustweek.org/talks/nico/), and Taj Pereira and Alex Jakubowicz' [talk on WASM](https://2026.rustweek.org/talks/wasm/). In addition, Linebender is one of the [Unconference](https://2026.rustweek.org/unconf-intro/) tracks. If you are interested in participating in the latter, reach out to me, as I'm the designated community leader.
0 commit comments