Please enable JavaScript to view this site.

ESL Documentation

Object Inquiry Built-in Function

Return the height of a line in a textual region.

line size of TR_NAME

TR_NAME

The identifier for a textual region.

Description

The line size of built-in function returns an integer representing the height of a character, plus the character's associated vertical intercell gap, in the coordinates of the textual region's parent.

You can use this function only with textual regions.

Example

 

response to Mover

 change Logo in CoData position to

   ((xcursor of Start) * (line size of Start}) 100

See Also

column size of Object Inquiry Built-in Function