Skip to main content
Known Participant
February 16, 2023
Question

Issue with Adobe Font

  • February 16, 2023
  • 2 replies
  • 1143 views

Hey guys, I'm having some problem when using a font from Adobe (Router-Bold), basically it doesn't render using nexrender library with that font at all, this is how I sent the param to the job:

{ type: 'data', layerName: 'Jump', property: 'Source Text.font', value: 'Router-Bold' }
I have checked and the font is activated in my Adobe account

This topic has been closed for replies.

2 replies

Known Participant
February 20, 2023

is there a way to send the font style in the job to the nexrender?

 

Legend
February 20, 2023

Hi Again,

You can force a font style to a text layer via expressions.  Do you have any expressions attached to the layer?

 

Known Participant
February 20, 2023

No I don't

Legend
February 16, 2023

Does the font contain the glyphs that are used in your test strings?  Have you tried multiple strings to see if some work while others don't?  The font failing in a render can happen when the font simply does not have the correct glyph for that string — for example you are sending a character from a language that the font simply does not have any reference for.

Known Participant
February 17, 2023

actually is a normal text:
{
"type": "data",
"layerName": "Jump",
"property": "Source Text",
"value": "jump into theirs!!!!!"
}