gravity-pdf icon indicating copy to clipboard operation
gravity-pdf copied to clipboard

Show Font Installation Status in the Manager

Open jakejackson1 opened this issue 9 years ago • 2 comments

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:

  1. Checking each font file has been correctly installed every time the font manager is opened
  2. If it's not currently installed the font manager should automatically attempt to reinstall it
  3. 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.

jakejackson1 avatar Dec 17 '15 04:12 jakejackson1

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.

jakejackson1 avatar Jul 16 '20 02:07 jakejackson1

I'm going to bump this from 6.0. We can iterate on the Font Manager as we go.

jakejackson1 avatar Aug 06 '20 05:08 jakejackson1