We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca027c commit a7f3c0cCopy full SHA for a7f3c0c
NEWS.md
@@ -40,6 +40,12 @@ to validate that fonts used in plots are properly registered and available in HT
40
- refresh the process that bundle the javascript file thanks to package 'packer'.
41
- id is now defined with an simple internal function copied from `shinyWidgets::genId`
42
43
+## changes
44
+
45
+- `font_family_exists()` was a duplicated function from 'gdtools', as 'gdtools' is now imported
46
+it makes no sense to keep the duplicate. Use `gdtools::font_family_exists()` instead of
47
+`ggiraph::font_family_exists()`.
48
49
# ggiraph 0.9.1
50
51
## Issues
0 commit comments