You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current "text" pattern adjusts glyph size by adjusting the "size" parameter which sets the glyphs fontsize. This was easy to understand and implement and gets the job done.
It would be cool for an alternative implementation where one could adjust glyph size by setting the "density" parameter like with the "circle", "pch", "regular_polygon" patterns.
Theoretically could use something like systemfonts::glyph_info() to calculate an appropriate bounding box...
If implemented could add such support to existing "pch" pattern (since grid.points() supported arbitrary text characters)?
The text was updated successfully, but these errors were encountered:
systemfonts::glyph_info()
to calculate an appropriate bounding box...grid.points()
supported arbitrary text characters)?The text was updated successfully, but these errors were encountered: