textmode.js / Textmodifier / flipY
Method: flipY()
ts
flipY(toggle?): boolean | void;Toggle vertical flipping for subsequent characters, or get the current state.
Parameters
| Parameter | Type | Description |
|---|---|---|
toggle? | boolean | Whether to flip vertically. |
Returns
boolean | void
Current flip state when called without arguments.