Teppei Taguchi
Results
1
comments of
Teppei Taguchi
I tried this code. It work for me. ```typescript Font.registerHyphenationCallback((word) => Array.from(word).flatMap((char) => [char, '']) ) ```