LoginSignup
1
1

More than 5 years have passed since last update.

PlantUML Server に Noto フォントを組み合わせてみました

Last updated at Posted at 2018-09-08

PlantUML Server に Google Noto フォントを組み合わせてみました。Noto Sans と Noto Serif の両方をインストールしています。

docker run で使えます。

docker run --rm -d -p 8080:8080 plantnotouml/server:ja

サンプル

@startuml

skinparam ParticipantFontName "Noto Sans CJK JP"
skinparam ActorFontName "Noto Serif CJK JP"
skinparam ArrowFontName "Noto Sans Mono CJK JP"

(ParticipantFontName:\nNoto Sans CJK JP) as sans
"ActorFontName:\nNoto Sans CJK JP" as serif
sans <.. serif : ArrowFontName:\nNoto Sans Mono CJK JP

@enduml

スクリーンショット 2018-09-09 2.41.26.png

リンク

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1