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

How change setting of Preference of Illustrator by Script?

Enthusiast ,
Apr 04, 2016 Apr 04, 2016

How turn on or turn off setting in Preference -> Type -> Enable Missing Glyph Protection by Script?

Thank you.

TOPICS
Scripting
694
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

correct answers 1 Correct answer

Community Expert , Apr 04, 2016 Apr 04, 2016

Apology to typo, here is a correct code:

app.preferences.setBooleanPreference("text/doFontLocking”,true);

Translate
Adobe
Community Expert ,
Apr 04, 2016 Apr 04, 2016

Try it:

app.preferences.setBooleanPreference("doFontLocking”,true);//false as turn off.

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
Community Expert ,
Apr 04, 2016 Apr 04, 2016

Apology to typo, here is a correct code:

app.preferences.setBooleanPreference("text/doFontLocking”,true);

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 ,
Apr 04, 2016 Apr 04, 2016
LATEST

Thank you very much. it working ok.

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