Font.getEscHeightX

Function/Meaning

Amount of movement of the X coordinate in the vertical direction of the character

Type
Fontclassmethod of
Syntax
getEscHeightX(text)
Arguments
text

Specify the character string for which you want to obtain the amount of movement of the X coordinate in the vertical direction of the character.

Return value

Returns the amount of vertical X-coordinate movement of a character in pixels

Explanation

You can get the amount of movement of the character drawing position required when drawing the character specified by the current font setting.
With this method, you can get the amount of movement on the X coordinate when moving vertically (down) with respect to the drawing direction of the character.

Reference
Font.getEscWidthX
Font.getEscWidthY
Font.getEscHeightY