pixi-jsFunctions
Function: isBreakAfterChar()
> isBreakAfterChar(char): boolean
Defined in: node_modules/pixi.js/lib/scene/text/canvas/utils/textTokenization.d.ts:89
Internal
Determines if char is a break-after character (line can break after it, but the character stays with the preceding word).
Parameters
char
string
The character
Returns
boolean
True if break-after, False otherwise.