Skip to content
New issue

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

Laravel change font path #163

Closed
keradach opened this issue Jun 29, 2022 · 3 comments
Closed

Laravel change font path #163

keradach opened this issue Jun 29, 2022 · 3 comments

Comments

@keradach
Copy link

how to change font path other

@poncianodiego
Copy link

poncianodiego commented Jul 7, 2022

Just define the FPDF_FONTPATH constant on your AppServiceProvider or somewhere before the singleton is instantiated. I created a PR addressing this.

@codedge
Copy link
Owner

codedge commented Jul 17, 2022

I don't get why you need to override the extended methods?

A smaller PR with just setting the FPDF_FONTPATH before the the singleton is instantiated would be enough, I guess.

@codedge
Copy link
Owner

codedge commented Jul 22, 2022

I added the possibility to change the font path. Please see this section in the readme.

@codedge codedge closed this as completed Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants