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
Recently, #311 was merged, and added a new text rendering backend feature.
It would be nice if there were documented instructions on how to use it, especially when the docs.rs page for plotters does not show the extra function exported for the purpose (because cfg work like that, lol).
Why this feature is useful and how people would use the feature ?
While it is now possible to use ab_glyph for text rendering in plotters, I can't find anywhere that is explained outside of browsing the project source code. It would be really nice if the feature were called out, especially for cross-compiling use cases where it's much easier to use ab_glyph, as opposed to manually putting together a cross sysroot to make font-config cross compile correctly.
Additional Information
I'd be happy to write this documentation if someone could tell me what places would be most appropriate for it.
The text was updated successfully, but these errors were encountered:
What is the feature ?
Recently, #311 was merged, and added a new text rendering backend feature.
It would be nice if there were documented instructions on how to use it, especially when the docs.rs page for
plotters
does not show the extra function exported for the purpose (becausecfg
work like that, lol).Why this feature is useful and how people would use the feature ?
While it is now possible to use
ab_glyph
for text rendering inplotters
, I can't find anywhere that is explained outside of browsing the project source code. It would be really nice if the feature were called out, especially for cross-compiling use cases where it's much easier to useab_glyph
, as opposed to manually putting together a cross sysroot to make font-config cross compile correctly.Additional Information
I'd be happy to write this documentation if someone could tell me what places would be most appropriate for it.
The text was updated successfully, but these errors were encountered: