SetFont Text Command

SETFONT Text Commands

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

setfont [DOCUMENT name | WINDOW name | STYLETAG name]

font The full name of the font.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Examples:

setfont 'AGaramond-Semibold'

setfont 'Titan' styletag 'Headline'

 

SetFont  Command Definition  url:PGScmd/setfont
  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 SetFont
Dan Kilroy wrote...2006-05-04 17:00:46

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

Gets the {...} .

SetFont (fontname [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetFont