This commit is contained in:
Horis 2024-03-06 20:23:22 +08:00
parent 497a1c9960
commit 128c729bf6

View File

@ -662,7 +662,7 @@ class TextChapterLayout(
val textSize = textPaint.textSize
textLine.extraLetterSpacing = d / textSize
LogUtils.d("TextChapterLayout") {
"words:$words"
"words:${words.joinToString("")}"
}
LogUtils.d("TextChapterLayout") {
"textWidths:$textWidths"