gravity-pdf
gravity-pdf copied to clipboard
Show Font Installation Status in the Manager
First present in issue #139, this problem occurs if a font gets deleted from the PDF_EXTENDED_TEMPLATES/fonts/ directory. Then mPDF throws warnings about not being able to find the font and the PDF doesn't get generated.
We should put safe guards in place to limit this behaviour. That can be done by:
- Checking each font file has been correctly installed every time the font manager is opened
- If it's not currently installed the font manager should automatically attempt to reinstall it
- If it is unsuccessful reinstalling the font it will show an error icon
It would consume too much resources to run this check on every page load so limit to the PDF -> Settings -> Tools section.
I've tagged this in 6.0 because we're redesigning the font manager, but depending on time we may need to move this to a later release.
I'm going to bump this from 6.0. We can iterate on the Font Manager as we go.