MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / lines_clipping

Function lines_clipping

node-graph/nodes/text/src/to_path.rs:22–24  ·  view source on GitHub ↗
(text: &str, font: &Resource, typesetting: TypesettingConfig)

Source from the content-addressed store, hash-verified

20}
21
22pub fn lines_clipping(text: &str, font: &Resource, typesetting: TypesettingConfig) -> bool {
23 TextContext::with_thread_local(|ctx| ctx.lines_clipping(text, font, typesetting))
24}
25
26/// Shapes each string item of a styled `List<String>` into vector geometry, reading its font and typesetting
27/// from the item's attributes (as set by the 'Text' node) and re-applying its transform and blending

Callers 1

transitionMethod · 0.85

Calls 1

lines_clippingMethod · 0.80

Tested by

no test coverage detected