HyperCard: Setting Text Size (7/92)

Here's a handler you can use to set the font size (in points) of text in a
given field.

on mouseUp -- (or openCard or any other handler)
set TextSize of field x to 18 -- (or any specified point size)
end mouseUp -- (or openCard or any other handler)

This works in versions 1.2.5 and 2.0x of HyperCard.


This article is adapted from the Claris Tech Info database.
Published Date: Feb 19, 2012