Font.getEscHeightX

Function/Meaning
X-coordinate movement amount in the vertical direction
Type
Font class method
Syntax
getEscHeightX(text)
Arguments
text Specifies the string for which you want to obtain the X-coordinate movement amount in the vertical direction.
Return Value
Returns the X-coordinate movement amount in the vertical direction in pixels.
Description
Obtains the movement amount of the character drawing position required when drawing the specified characters with the current font settings.
This method allows you to obtain the movement amount on the X-coordinate when moving vertically (downward) relative to the character drawing direction.
Reference
Font.getEscWidthX
Font.getEscWidthY
Font.getEscHeightY