SetSmallCaps Text Command

SETSMALLCAPS Text Commands

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

setsmallcaps [DOCUMENT name | WINDOW name | STYLETAG name]
...TITLE... [ALL | LOWERONLY]

OFF Toggles off the style.

STANDARD Sets the default small caps style.

CUSTOM/d Sets custom scale for the small caps.

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 small caps or titilng style, the normal style will be scaled.

The standard smallcaps style is:

The standard titlingcaps style is:

Examples:

setsmallcaps standard

setsmallcaps custom 30 40 40 document 'project.doc'

 

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

User Contributed Comments For SetSmallCaps
Dan Kilroy wrote...2006-05-04 17:04:18

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

Gets the {...} .

SetSmallcaps ([OFF | STANDARD | TITLE | CUSTOM <xsize ysize PGS40:[ALL | LOWERONLY] PGS50:[UPPERONLY | NOTLOWER | NOTUPPER]>] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetSmallCaps