Font.getEscWidthY

Function/Meaning

Amount of movement of the Y coordinate in the horizontal direction of the character

Type
Fontclassmethod of
Syntax
getEscWidthY(text)
Arguments
text

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

Return value

Returns the amount of movement of the Y coordinate in the horizontal direction of the 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 Y coordinate when moving horizontally (left) with respect to the drawing direction of the character.

Reference
Font.getEscWidthX
Font.getEscHeightX
Font.getEscHeightY