Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to change the font for text? #1003

Open
0xAJX opened this issue Jul 13, 2024 · 2 comments
Open

Is there any way to change the font for text? #1003

0xAJX opened this issue Jul 13, 2024 · 2 comments

Comments

@0xAJX
Copy link

0xAJX commented Jul 13, 2024

No description provided.

@ebunt
Copy link

ebunt commented Aug 14, 2024

Graphviz attrs

graph_attr = {
    "fontsize": "25",
    "fontname": "Hack",
    "labelloc": "t"
}

with Diagram("Diagram", graph_attr=graph_attr) as d: ...

@liu1004010308
Copy link

@ebunt
display like this, is this right?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants