Graphite/node-graph/gcore
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 Replace Rustybuzz with Parley for text layout, and add text tilt parameter (#2739) 2025-07-01 02:23:17 -07:00