root/platform/indesign/fit_text/trunk/fit_text.jsx
@
19664
| Revision 19664, 283 bytes (checked in by CL, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | function choutai(txtObj) { |
| 2 | for (w=100; w >= 10; w--) { |
| 3 | if (!txtObj.overflows) break; |
| 4 | txtObj.paragraphs[0].horizontalScale = w; |
| 5 | } |
| 6 | } |
| 7 | |
| 8 | |
| 9 | sel = app.activeDocument.selection; |
| 10 | |
| 11 | for (i = 0; i < sel.length; i++) { |
| 12 | txtObj = sel[i] |
| 13 | choutai(txtObj); |
| 14 | } |
| 15 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)