iced/tiny_skia/src
Jovansonlee Cesar 0c502801e3
Make rendering of svg that has text work out of the box (#2560)
* fix: load system fonts to usvg font_db, this will make rendering of text in svg that has it

* feat: add an example that renders svg that has text on it

* Initialize `fontdb` only once for `vector` images

* Remove `svg_text` example

* Set `fontdb` for `usvg::Options` in `tiny_skia::vector`

---------

Co-authored-by: Héctor Ramón Jiménez <hector@hecrj.dev>
2024-09-13 21:43:00 +00:00
..
window Reintroduce damage tracking for iced_tiny_skia 2024-04-10 15:21:42 +02:00
engine.rs Introduce Svg struct in core::svg 2024-08-04 04:52:55 +02:00
geometry.rs Leverage stroke for stroke_rectangle in tiny-skia backend 2024-09-10 23:45:33 +02:00
layer.rs Introduce Svg struct in core::svg 2024-08-04 04:52:55 +02:00
lib.rs Introduce Svg struct in core::svg 2024-08-04 04:52:55 +02:00
primitive.rs Reintroduce damage tracking for iced_tiny_skia 2024-04-10 15:21:42 +02:00
raster.rs Introduce dynamic opacity support for Image and Svg 2024-05-03 13:25:58 +02:00
settings.rs Port iced_tiny_skia to new layering architecture 2024-04-09 22:25:16 +02:00
text.rs Update cosmic-text and resvg (#2416) 2024-07-17 13:00:00 +02:00
vector.rs Make rendering of svg that has text work out of the box (#2560) 2024-09-13 21:43:00 +00:00
window.rs Scaffold iced_tiny_skia and connect it to iced_renderer 2023-02-25 15:38:25 +01:00