servo/components/fonts
Cristian Brinza 4ae2610c24
fonts: Enable fast text shaping on Windows (#33123)
* Use patched dwrote

Signed-off-by: crbrz <cristianb@gmail.com>

* Enable fast text shaping

Signed-off-by: crbrz <cristianb@gmail.com>

* Add fast text shape test

Signed-off-by: crbrz <cristianb@gmail.com>

* Update dwrote to 0.11.1

Signed-off-by: crbrz <cristianb@gmail.com>

---------

Signed-off-by: crbrz <cristianb@gmail.com>
2024-08-30 23:16:26 +00:00
..
platform fonts: Enable fast text shaping on Windows (#33123) 2024-08-30 23:16:26 +00:00
tests Update stylo for latest changes. (#33079) 2024-08-16 10:47:12 +00:00
Cargo.toml fonts: Enable fast text shaping on Windows (#33123) 2024-08-30 23:16:26 +00:00
font.rs fonts: Enable fast text shaping on Windows (#33123) 2024-08-30 23:16:26 +00:00
font_cache_thread.rs fonts: Add support for generic font families and font size configuration (#32673) 2024-07-08 17:17:48 +00:00
font_context.rs canvas: Remove as much usage of font-kit as possible (#32758) 2024-07-11 04:25:38 +00:00
font_store.rs fonts: Add support for generic font families and font size configuration (#32673) 2024-07-08 17:17:48 +00:00
font_template.rs Rename gfx to fonts (#32556) 2024-06-19 20:26:19 +00:00
glyph.rs Refactor GlyphStore::iter_glyphs_for_byte_range without recursion (#33074) 2024-08-19 10:47:09 +00:00
lib.rs Rename gfx to fonts (#32556) 2024-06-19 20:26:19 +00:00
shaper.rs shaping: Don't assume there's a space glyph when rendering tabs (#32979) 2024-08-23 11:17:44 +00:00