Skip to content

textmode.js / Textmodifier / flipY

Method: flipY()

ts
flipY(toggle?): boolean | void;

Toggle vertical flipping for subsequent characters, or get the current state.

Parameters

ParameterTypeDescription
toggle?booleanWhether to flip vertically.

Returns

boolean | void

Current flip state when called without arguments.

Example