rmx_batch
Apply RMX filters to multiple glyphs at once, enabling batch harmonization, tuning, scaling, or monospacing for efficient type adjustments.
Instructions
Apply an RMX filter to multiple glyphs at once.
RECIPE: For multi-glyph scaling, call get_recipe("scale_proportions") first.
Args: filter_name: One of "harmonize", "tune", "scale", "monospace" glyph_names: List of glyph names to process params: Filter-specific parameters (same as individual tool params) master_id: Optional master ID
Examples: "Harmonize all lowercase" → rmx_batch("harmonize", ["a","b",...,"z"], params={"mode": "harmonize"})
"Make all caps 20% wider" →
rmx_batch("scale", ["A","B",...,"Z"], params={"width": 120})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| master_id | No | ||
| filter_name | Yes | ||
| glyph_names | Yes |