Page 1 of 1

Font missing error

Posted: Mon Oct 04, 2021 7:25 am
by Dragos
Can somebody tell me why wwb17 Report error:
Text1,''Times New Roman'' font is missing.,The object uses a font which is not installed on this system.
Text4,''Times New Roman'' font is missing.,The object uses a font which is not installed on this system.
Text5,''Times New Roman'' font is missing.,The object uses a font which is not installed on this system.
Text6,''Times New Roman'' font is missing.,The object uses a font which is not installed on this system.
Text2,''Times New Roman'' font is missing.,The object uses a font which is not installed on this system.
Text3,''Times New Roman'' font is missing.,The object uses a font which is not installed on this system.
Text7,''Times New Roman'' font is missing.,The object uses a font which is not installed on this system.
Text8,''Times New Roman'' font is missing.,The object uses a font which is not installed on this system.
Text9,''Times New Roman'' font is missing.,The object uses a font which is not installed on this system. ?
I mention that the font exists in windows and was set from the fonts available in wwb17 (0.1)

Re: Font missing error

Posted: Mon Oct 04, 2021 7:41 am
by Pablo
To be able to help you, I need a DEMO project so I can see all your settings.

Note: I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.

Please see this FAQ for further details:
viewtopic.php?f=10&t=82134

Re: Font missing error

Posted: Mon Oct 04, 2021 9:06 am
by Dragos
Here have a small project with page error report...
https://drive.google.com/file/d/1R43G8O ... sp=sharing
Thx.

Re: Font missing error

Posted: Mon Oct 04, 2021 9:26 am
by zinc
I am not getting the error but you text objects have different type of fonts:

For example text8 is assigned Times Roman where text3 has been assigned Baskerville Old Face

And you page has the font Arial assigned to it.

You should make sure your page has the font you want assigned to it, so when you place a text object on to it, it automatically inherits the font and only then you can change to what you want provided you have assigned the font in the options section:

For example if you want to use Baskerville Old Face

Then make sure you have @font versions of this font so your webpage looks the same no matter where is it viewed.

Re: Font missing error

Posted: Mon Oct 04, 2021 10:26 am
by Pablo
For some reason, there are extra quotes around the font name
So, instead of
Times new Roman
the font name is
'Times new Roman'

I am not sure how you have done this, but I will add extra validation for this in the next update.

Re: Font missing error

Posted: Mon Oct 04, 2021 11:40 am
by Dragos
The page was created with wwb16 and the font has been changed several times over time. I copied everything to a new page and now I don't get any errors. Thanks.