Copy link to clipboard
Copied
I've added a form/text field into a snippet, but when placed the font used is replaced by Myriad... the font I want is a custom TTF. Is there a recognised issue here?
2 Correct answers
Alright. Now I can see the issue.
And also I now know where I failed in my testing the issue:
If I place the *.idms file with that TextBox formfield to the same document where I exported it from all is working good. But if I do a new document and place it there the font family definition reverts to Minion Pro. The style's name will remain. E.g. Semibold if I do this with your supplied font Ford Antenna.
That's a bug! A bug of the import filter for IDMS files. Inspect the IDMS file with your
...Found another thing that may mean a workaround.
It's about the name of the form field. If a form field with the same type and name is already in the document where you want to place the snippet, the right font family definition comes in with the placed snippet. Sounds a bit crazy, I know…
Thanks,
Uwe Laubender
( Adobe Community Professional )
Copy link to clipboard
Copied
Hi @OEC24388674zs30 ,
please post your snippet file.
And also a sample document with the original form field.
FWIW: Just tested your case with a text form field and had no issue to export or place the snippet file *.idms with the right properties to a new document.
Thanks,
Uwe Laubender
( Adobe Community Professional )
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Alright. Now I can see the issue.
And also I now know where I failed in my testing the issue:
If I place the *.idms file with that TextBox formfield to the same document where I exported it from all is working good. But if I do a new document and place it there the font family definition reverts to Minion Pro. The style's name will remain. E.g. Semibold if I do this with your supplied font Ford Antenna.
That's a bug! A bug of the import filter for IDMS files. Inspect the IDMS file with your text editor. All the necessary properties and values are there like with my sample:
<TextBox
Self="ue8"
FontStyle="Semibold"
AppliedFont="Ford Antenna"
ReadOnly="false"
Required="false"
PrintableInPdf="true"
HiddenUntilTriggered="false"
Multiline="true"
Password="false"
Scrollable="true"
FontSize="17"
etc.pp.
Report that bug at InDesign UserVoice:
https://indesign.uservoice.com/forums/601180-adobe-indesign-bugs
Thanks,
Uwe Laubender
( Adobe Community Professional )
Copy link to clipboard
Copied
Hm. Also test if this issue only affects TrueType fonts.
Thanks,
Uwe Laubender
( Adobe Community Professional )
Copy link to clipboard
Copied
Found another thing that may mean a workaround.
It's about the name of the form field. If a form field with the same type and name is already in the document where you want to place the snippet, the right font family definition comes in with the placed snippet. Sounds a bit crazy, I know…
Thanks,
Uwe Laubender
( Adobe Community Professional )
Copy link to clipboard
Copied
Attached here my test files; the InDesign document that was the origin for the exported snippet file plus the snippet file itself where I added a *.xml suffix. So remove that suffix after downloading the file.
FormField-TextBox-Font-Ford Antenna-v2.idms.xml
FormFieldTextBox-Snippet-ORIGIN-DOC.indd
Thanks,
Uwe Laubender
( Adobe Community Professional )