Quantcast
Channel: Adobe Community: Message List - Font Replacement
Browsing all 17 articles
Browse latest View live

Font Replacement

I hope there is an easy solution to this problem. I've got some 200 InDesign documents that are "missing" fonts. When I iterate over document.fonts, I look into the status attribute, and if I find a...

View Article



Re: Font Replacement

hi first you need to iterate CharacterStyles and ParagraphStyles collections and find these missing fonts in definitions and change itthen you need to check again document's font collection and if you...

View Article

Re: Font Replacement

If it wouldn't be too terrible an imposition, an example (in js) would be most appreciated. I believe I have already tried an iteration of myDoc.characterStyles, or some derivation thereof. What I...

View Article

Re: Font Replacement

OK. Here's what I know so far. My document has 2 text boxes in it. 1st text box has some text set to Aachen Bold. 2nd Text box has some text set to Arial (OTF). NOTE: I have moved Arial (OTF) out of my...

View Article

Image may be NSFW.
Clik here to view.

Re: Font Replacement

hi sorry for a little misunderstanding I forgot to mention something  property AppliedFont in CharacterStyle could be undefined - because like in UserInterface - you can leave it unselected in...

View Article


Re: Font Replacement

Yes, I understand. That makes sense, thanks for the extra clarification on that, it is appreciated. I'm still having some issue, though, with best practices for rectifying fonts idenitfied in the...

View Article

Image may be NSFW.
Clik here to view.

Re: Font Replacement

jeffmlevy wrote: The good news is, the document.fonts at least shows me the font is not available. What I continue to be flummoxed by is how I traverse the document itself and find the text that...

View Article

Re: Font Replacement

I don't know if it could help, but this solution works for me (ID CS4): Document.prototype.changeMissingFontsBy = function(/*str|Font*/fontOrFontName){ var asFont = function(/*var*/f)     {     if (!f)...

View Article


Font Replacement

I hope there is an easy solution to this problem. I've got some 200 InDesign documents that are "missing" fonts. When I iterate over document.fonts, I look into the status attribute, and if I find a...

View Article


Re: Font Replacement

hi first you need to iterate CharacterStyles and ParagraphStyles collections and find these missing fonts in definitions and change itthen you need to check again document's font collection and if you...

View Article

Re: Font Replacement

If it wouldn't be too terrible an imposition, an example (in js) would be most appreciated. I believe I have already tried an iteration of myDoc.characterStyles, or some derivation thereof. What I...

View Article

Re: Font Replacement

OK. Here's what I know so far. My document has 2 text boxes in it. 1st text box has some text set to Aachen Bold. 2nd Text box has some text set to Arial (OTF). NOTE: I have moved Arial (OTF) out of my...

View Article

Re: Font Replacement

hi sorry for a little misunderstanding I forgot to mention something  property AppliedFont in CharacterStyle could be undefined - because like in UserInterface - you can leave it unselected in...

View Article


Re: Font Replacement

Yes, I understand. That makes sense, thanks for the extra clarification on that, it is appreciated. I'm still having some issue, though, with best practices for rectifying fonts idenitfied in the...

View Article

Re: Font Replacement

jeffmlevy wrote: The good news is, the document.fonts at least shows me the font is not available. What I continue to be flummoxed by is how I traverse the document itself and find the text that...

View Article


Image may be NSFW.
Clik here to view.

Re: Font Replacement

I don't know if it could help, but this solution works for me (ID CS4): Document.prototype.changeMissingFontsBy = function(/*str|Font*/fontOrFontName) { var asFont = function(/*var*/f)     {     if...

View Article

Image may be NSFW.
Clik here to view.

Re: Font Replacement

Hi Marc,I know it is a very old post but hopefully you are following up on it. I'm writing a script using your functions (above) however I would like to use a composite font of my own making in it. I'm...

View Article

Browsing all 17 articles
Browse latest View live




Latest Images