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
Good job, this package looks good, but i can't use it. Trying the simple example from the documentation. How to solve this problem?
The text was updated successfully, but these errors were encountered:
font setting is as follows
font1 := gr.FontMap{ FontName: "IPAex", FileName: "ttf//ipaexg.ttf", }
do you have file ipaexg.ttf in ttf directory? if you use Font other than IPAex, you should add your own font file and set in FontMap.
Sorry, something went wrong.
yes, I downloaded the source from your repository and declared it as in the example. https://github.com/mikeshimura/goreport/blob/master/example/simple1.go just switched to main package to run
font setting is as follows font1 := gr.FontMap{ FontName: "IPAex", FileName: "ttf//ipaexg.ttf", } do you have file ipaexg.ttf in ttf directory? if you use Font other than IPAex, you should add your own font file and set in FontMap.
No branches or pull requests
Good job, this package looks good, but i can't use it.
Trying the simple example from the documentation. How to solve this problem?
The text was updated successfully, but these errors were encountered: