app.setFontSize
| Syntax |
app.setFontSize (fontSize)
|
| Params |
fontSize is a number indicating the size of text you desire.
|
| Action |
Has the same effect as setting the font size interactively. Varies from application to application.
|
| Returns |
True if it worked, false if it didn't.
|
| Examples |
app.start ("MinApp"); app.setFontSize (96) » true
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| See Also |
app.setFont
|