Graphite/editor
Salman Abuhaimed 166eb00c9c
Separate the Text node's generated glyphs into separate vector table rows (#2821)
* Separate glyphs into Vector data rows

* Fix `String Length` node

- Properly count characters with
`str.chars().count()` instead of bytes `str.len()`
- Change `String Length` node's output to `u32`

* Apply transform on instance instead of applying it when drawing the glyph

* Add checkbox to enable/disable per-glyph instances

* Tooltips

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-07-13 18:06:41 -07:00
..
src Separate the Text node's generated glyphs into separate vector table rows (#2821) 2025-07-13 18:06:41 -07:00
Cargo.toml Add segment editing mode to the Path tool (#2712) 2025-06-29 23:19:54 -07:00
build.rs Declare the start of the Alpha 4 release series 2025-02-21 13:52:05 -08:00