question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

plantuml CJK font pitch bug

See original GitHub issue

image

@startuml
class "路線図"
路線図 : "現在地の表示"
@enduml

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
m-mohamedincommented, Apr 19, 2022

Fixed. Thanks for the pointers

1reaction
ssmxgocommented, Apr 19, 2022

Sorry In japanese

I found an easy fix https://yongjinkim.com/chrome-aws-lambda文字化けする時の簡単な解決方法/

const chromium = require('chrome-aws-lambda');
...
// add this
await chromium.font('https://raw.githack.com/minoryorg/Noto-Sans-CJK-JP/master/fonts/NotoSansCJKjp-Medium.ttf');

other Add fonts to Lambda runtime environment https://qiita.com/komeda-shinji/items/e049edd1389579059c53

Read more comments on GitHub >

github_iconTop Results From Across the Web

Which fonts are available ? - PlantUML
You can list all fonts available on your system, and use them with PlantUML. Be careful of portability if you want to use...
Read more >
Recent changes - PlantUML
PlantUML is developped in some agile way, with continuous development in mind. So every new release provide new features and bug fixes.
Read more >
Frequently Asked Questions - PlantUML
What's the goal of PlantUML? PlantUML is used to draw UML diagrams, using a simple and human readable text description.
Read more >
Use creole syntax to style your texts - PlantUML
A light-weight Creole engine is integrated in PlantUML to have a standardized way to emit styled text. All diagrams support this syntax.
Read more >
Unicode in diagrams - PlantUML
This page explains how to use any Unicode character in your UML diagrams. ... the text files containing the UML text description is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found