Custom font family in Kotlin project #124
Replies: 4 comments
-
Hi Stanislav, Does |
Beta Was this translation helpful? Give feedback.
-
Regarding |
Beta Was this translation helpful? Give feedback.
-
Try to register your custom font in the platform, either by using Once your font family is available in runtime you must (in theory) be able to use it in |
Beta Was this translation helpful? Give feedback.
-
https://stackoverflow.com/a/72807651/946635 Using this, one can specify font family as usual ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Colleagues,
thank you very much for excellent software. We use lets-plot directly in Kotlin (not in Jupyter) to generate plots. Is there a way to use custom fonts: say I have a ttf font in the resources - how I can make lets-plot see it when using
geomText(family = "myFontFamily")
/ axes labels etc?Thanks!
Stanislav
Beta Was this translation helpful? Give feedback.
All reactions