Graphite/node-graph/gstd/src
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
..
any.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
http.rs Improve the categorization across many nodes 2025-06-23 18:52:05 -07:00
lib.rs Extract `gbrush` (#2784) 2025-07-01 18:38:47 +00:00
text.rs Separate the Text node's generated glyphs into separate vector table rows (#2821) 2025-07-13 18:06:41 -07:00
wasm_application_io.rs Fix Path tool's Path node transform calculation by skipping local transform based on first instance source ID (#2843) 2025-07-07 22:09:21 +00:00