bumbeishvili / org-chart

Highly customizable org chart. Integrations available for Angular, React, Vue
https://stackblitz.com/edit/web-platform-o5t1ha
MIT License
881 stars 312 forks source link

How can I keep font family when export image or pdf file? #415

Open milhlhat opened 2 months ago

milhlhat commented 2 months ago

Here is my component in browser: image

And image I exported: organization_chart (1)

Thankyou so much.

bumbeishvili commented 2 months ago

As I remember you have to embed the font as part of the SVG as base64

Something like this.

You have access to defs element inside svg if you want to add your own custom content image

chart.defs(`
  // embed your font as base64 here
`)