LogoPixi’VN
pixi-jsType aliases

Type Alias: CanBreakCharsFn

> CanBreakCharsFn = (char, nextChar, token, index, breakWords) => boolean

Defined in: node_modules/pixi.js/lib/scene/text/canvas/utils/types.d.ts:25

Internal

Function type for checking if characters can be broken.

Parameters

char

string

nextChar

string

token

string

index

number

breakWords

boolean

Returns

boolean