rmx_tune
Adjust glyph outlines in GlyphsApp by applying RMX Tuner's weight, width, height, slant, and blend deltas directly to a named glyph. Use for precise tuning of letterforms without leaving the editor.
Instructions
Adjust a glyph by delegating directly to the installed RMX Tuner.
This tool calls the real RMXTuner instance loaded in GlyphsApp
(Glyphs.filters) and passes the values to Tuner's own controls. It does
NOT approximate Tuner with native interpolation.
IMPORTANT: Width/height/weight/slant are RMX Tuner deltas, not percentages. Typical useful range is roughly -100 to +100, depending on the font/RMX setup. Blend is normalized: 0 = no blend-in layer, 1 = full blend-in layer. Values above 1 extrapolate and can produce extreme outlines.
Args: glyph_name: Name of the glyph to tune. weight: RMX Tuner Weight value (+ = heavier, - = lighter). width: RMX Tuner Width value (+ = wider, - = narrower). height: RMX Tuner Height value (+ = taller, - = shorter). slant: RMX Tuner Slant value. blend: RMX Tuner Blend value. Use 0.0–1.0 for interpolation. fixed_width: Keep advance width fixed via RMX Tuner's checkbox. master_id: Optional master/layer ID. Empty = first master. all_masters: If True, pass all master layers of the glyph to RMX Tuner.
Example: rmx_tune("R.001", height=88, weight=88)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blend | No | ||
| slant | No | ||
| width | No | ||
| height | No | ||
| weight | No | ||
| master_id | No | ||
| glyph_name | Yes | ||
| all_masters | No | ||
| fixed_width | No |