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

Issue with Adobe Font

Explorer ,
Feb 16, 2023 Feb 16, 2023

Copy link to clipboard

Copied

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

Views

736

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Hi Again,

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

 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

No I don't

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

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