$imageLineHeight

Adjust the line height used when drawing text within the image builder. The default line height is 1.5.

Usage

$imageLineHeight[New Value (optional)]

Explanation:

  • $imageLineHeight: This is the command to get or set the image line height.
  • [New Value (optional)]: This is an optional parameter.
    • If you provide a numerical value here (e.g., 1.3), the line height will be set to that value.
    • If you leave it empty, the command will return the current line height.

Examples

Setting the Line Height

To set the line height to 1.3, use the following command:

$imageLineHeight[1.3]

This will change the line height used for text in future image builder commands.

Getting the Current Line Height

To retrieve the current line height, use the command without any parameters:

Member04/23/2025
!!exec $imageLineHeight
Custom Command Bot 04/23/2025
1.3