SetLigature Text Command

SETLIGATURE Text Commands

Sets the ligature options at the insertion point, for selected text or for a style tag.

setligature min max]> [DOCUMENT name | WINDOW name | STYLETAG name]

toggle/k Toggles ligatures on or off.

Options: ANY Sets autoligatures.

NOFFIFFL Sets autoligatures to do all but ffi and ffl ligatures.

min/d The minimum track range for

autoligatures (-100 to 100%).

max/d The maximum track range for autoligatures (-100 to 100%).

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Examples:

setligature on

setligature on noffiffl '-30 25'

setligature on any '-20 20' styletag 'Body Text'

 

SetLigature  Command Definition  url:PGScmd/setligature
  created:2006-03-31 10:52:56   last updated:2006-03-31 10:52:56
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetLigature
Dan Kilroy wrote...2006-05-04 17:06:27

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

SetLigature ([ON [ANY min max | NOFFIFFL min max] | OFF] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetLigature