Skip to content

[FEATURE] Add CLI options to customize font and icon sizes #192

@XedinUnknown

Description

@XedinUnknown

Summary

Would be useful to have CLI options like --fontsize and --iconsize to control the size of text labels and resource icons in generated diagrams.

Current Behavior

Currently, font size (18px) and icon sizes (46px) are hardcoded in the internal Graphviz generation. Users cannot customize these without post-processing the output.

Use Case

Different diagrams have different readability requirements - larger diagrams with many resources benefit from bigger fonts/icons for better readability.

Suggested Options

--fontsize INT    Font size for resource labels (default: 18)
--iconsize INT     Icon size in pixels (default: 46)

Alternative

If annotations can already control this, please point me to the documentation - I couldn't find it.

Additional Context

This would also help with the HTML visualise output where the icons and text can appear small.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions