Expand description
Rust implementation of hb-shape. https://github.com/harfbuzz/harfbuzz/blob/main/util/hb-shape.cc
Structs§
Functions§
- render
- Renders
hr-shapeoutput for a parsed argument struct without writing to stdout. - run_
and_ write - Runs
hr-shapefrom a parsed argument struct and writes output to the configured destination. - run_
from_ args - Parses
hr-shapearguments from an iterator and returns the rendered output. - shape
- Shapes a single input string using the same option parsing path as the CLI.
- try_
main - Parses command-line arguments and runs the
hr-shapecommand.