Skip to content

Commit a7f3c0c

Browse files
committed
doc: explain gdtools::font_family_exists() is to be used
fix #341
1 parent 4ca027c commit a7f3c0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ to validate that fonts used in plots are properly registered and available in HT
4040
- refresh the process that bundle the javascript file thanks to package 'packer'.
4141
- id is now defined with an simple internal function copied from `shinyWidgets::genId`
4242

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+
4349
# ggiraph 0.9.1
4450

4551
## Issues

0 commit comments

Comments
 (0)