SetBaselineLeading Text Command

SETBASELINELEADING Text Commands

Sets the leading method at the insertion point, for selected text or for a style tag.

setbaselineleading [DOCUMENT name | WINDOW name | STYLETAG name]

method/k The leading method.

Options: RELATIVE Sets the baseline to a relative value from the top of the slug.
TRELATIVE Sets to relative top of caps leading. The baseline is a relative value measured from the hightest point of any character in the font.
TFIXED Sets to top of caps leading. The baseline is a fixed value measured from the highest point of any character in the font. font. No interface equivalent.
FIXED Sets the baseline to a fixed value offset from the top of the slug. No interface equivalent.

amount/d The baseline or top of caps offset.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

STYLETAG/s Sets the attribute for a style tag.

Examples:

setbaselineleading relative 66

setbaselineleading fixed 8 styletag 'Body Text'

 

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

User Contributed Comments For SetBaselineLeading
Dan Kilroy wrote...2006-05-04 17:06:56

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

Gets the {...} .

SetBaselineLeading (<FIXED value | RELATIVE %value | TFIXED value | TRELATIVE %value> [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetBaselineLeading