ladybird/Userland
Aliaksandr Kalenik 17f4ed6ea1 LibGfx+LibWeb: Simplify text shaping API by removing per glyph callback
All places where text shaping happens, the callback is used to simply
append a glyph into the end of glyphs vector. This change removes the
callback parameter and makes the text shaping function return a glyph
run.
2024-09-15 15:42:36 +02:00
..
Libraries LibGfx+LibWeb: Simplify text shaping API by removing per glyph callback 2024-09-15 15:42:36 +02:00
Services LibWeb+WebContent: Partially implement the switch-to-frame endpoint 2024-09-15 00:56:21 +01:00
Utilities LibMedia+Utilities: Remove encoders and aconv 2024-09-12 10:01:19 +02:00