Reply To: InDesign adding unnecessary spaces — how to disable or work around?

Home Page / Forums / General InDesign Topics (CLOSED) / InDesign adding unnecessary spaces — how to disable or work around? / Reply To: InDesign adding unnecessary spaces — how to disable or work around?

#60959
Anonymous
Inactive

quinyu, you can work around this problem by switching to the World-Ready Composer. The Roman Composer adds a space glyph for ligatures so glyph to character mappings are one to one.

There's no option in the User Interface for switching to the WRC, so you'll have to do it via scritping. So do these steps:

1. In InDesign, select the text

2. Launch the ExtendScript Toolkit app

3. In ESTK, select “Adobe InDesign CS5.5 (7.5)” from the combobox

4. Copy and paste in ESTK this line of code: app.selection[0].composer = 'Adobe World-Ready Single-line Composer';

5. Click on the play button.

You can go back to the Roman composer via the UI through the flyout menu in the Paragraph panel.

This article was last modified on October 31, 2011

Comments (0)

Loading comments...