SetItalic Text Command

SETITALIC Text Commands

Sets the italic style option at the insertion point, for selected text or for a style tag.

setitalic [DOCUMENT name | WINDOW name | STYLETAG name]

preset/k Sets the italic style.

Options: OFF Toggles off the style.
STANDARD Default italic style (15).
BACKSLANT Default backslant style (-15).
CUSTOM/d Sets a custom slant. -180 to 180.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Notes:

If the STANDARD option is chosen and the font does not have a true italic style, the roman style will be slanted 15.

Examples:

setitalic off

setitalic custom '-25' document 'project.doc'

setitalic backslant styletag 'Backwards Text'

 

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

User Contributed Comments For SetItalic
Dan Kilroy wrote...2006-05-04 17:03:41

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

Gets the {...} .

SetItalic ([OFF | STANDARD | BACKSLANT | CUSTOM angle] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetItalic