Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Issue with Adobe Font

Explorer ,
Feb 16, 2023 Feb 16, 2023

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

TOPICS
Scripting
966
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 16, 2023 Feb 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 16, 2023 Feb 16, 2023

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 19, 2023 Feb 19, 2023

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

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 20, 2023 Feb 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?

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 20, 2023 Feb 20, 2023

No I don't

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 20, 2023 Feb 20, 2023
LATEST
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines