We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as mentioned in golang/go#41191, Go will probably support //go:embed directives as designed in:
//go:embed
we should probably migrate/prepare for this new feature (when it lands) and make use of it in vg/fonts.
vg/fonts
The text was updated successfully, but these errors were encountered:
SGTM
Sorry, something went wrong.
vg/{fonts,vgpdf}: remove vg/fonts package
9fca7f4
Use embedded characted encoding table for embedded fonts. This relies on Go >= 1.16 for the "embed" package. Fixes gonum#696. Fixes gonum#637.
a6e7cfd
d08bae0
Use embedded characted encoding table for embedded fonts. This relies on Go >= 1.16 for the "embed" package. Fixes #696. Fixes #637.
Successfully merging a pull request may close this issue.
as mentioned in golang/go#41191, Go will probably support
//go:embed
directives as designed in:we should probably migrate/prepare for this new feature (when it lands)
and make use of it in
vg/fonts
.The text was updated successfully, but these errors were encountered: