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

Less graphics #423

Open
66Coding opened this issue May 2, 2024 · 1 comment
Open

Less graphics #423

66Coding opened this issue May 2, 2024 · 1 comment

Comments

@66Coding
Copy link

66Coding commented May 2, 2024

In my thesis project, many graphics are missing, such as the system architecture diagram, non-organizational structure diagram; use case diagram, the one the user wants should be the same as in Visio; entity-relationship (ER) diagram, it's incorrect; entity attribute diagram, missing; flowchart, can it be made to look the same as Visio, not in black, white, and gray, but just black and white, with the option to choose the default format.
image
image
image
image

As shown in the figure, the font should also follow the requirements of the paper, with Times New Roman for English text and possibly Songti for Chinese text, or users can modify the font themselves.

@66Coding 66Coding changed the title 少图 Less graphics May 4, 2024
@dlussky
Copy link

dlussky commented Aug 30, 2024

You can adjust style for every block using skinparam. There is also predefined themes: https://plantuml.com/theme

If you need to use specific fonts for different types of blocks - keep in mind, that you can use variables like this:

@startuml
!$FONT_MAIN ?= "Roboto"
!$FONT_SECONDARY ?= "Roboto Light"
skinparam defaultFontName $FONT_MAIN
skinparam NoteFontName $FONT_SECONDARY
...

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

2 participants