atomicText
photoshop_list_fonts
List installed fonts available to Photoshop. Use when: choosing a font for photoshop_create_text_layer or photoshop_set_text_font. TextItem.font requires the PostScript name — use postScriptName from results, or pass display name to set/create tools (they resolve automatically). Returns: fonts array ({ name, postScriptName, family, style }), total count, truncated flag. First call may be slow (app.fonts.length can exceed 1000). Side effects: none.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | — | Optional substring filter (matches name, postScriptName, or family) |
| limit | number | — | Maximum fonts to return (default: 200) |
Community recipes
Nothing here yet. Be the first to share one.
Share a recipe