photoshop_set_text_font
Set font family and size for the active text layer in Photoshop, using display or PostScript font names and optional point size.
Instructions
Set font family and size for active text layer.
Accepts display name (e.g. "Arial") or PostScript name (e.g. "ArialMT") — resolved via app.fonts. Use photoshop_list_fonts to discover available fonts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fontName | Yes | Font display or PostScript name (see photoshop_list_fonts) | |
| fontSize | No | Font size in points (optional) | |
| document_id | No | Optional Photoshop document id from photoshop_get_state / photoshop_list_documents. When set, the tool activates that document before running so a UI tab switch cannot retarget the edit. |