SetTypeSize Text Command

SETTYPESIZE Text Commands

Sets the type size at the insertion point, for selected text or for a style tag.

settypesize [DOCUMENT name | WINDOW name | STYLETAG name]

size/d The type size.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Examples:

settypesize 15

settypesize '0.5"'

settypesize 14 styletag 'Body Text'

 

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

User Contributed Comments For SetTypeSize
Dan Kilroy wrote...2006-05-04 17:01:09

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

Gets the {...} .

SetTypeSize (size [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetTypeSize