This commit is contained in:
Horis 2024-03-06 20:29:30 +08:00
parent 128c729bf6
commit 11c2ac9105

View File

@ -665,7 +665,7 @@ class TextChapterLayout(
"words:${words.joinToString("")}" "words:${words.joinToString("")}"
} }
LogUtils.d("TextChapterLayout") { LogUtils.d("TextChapterLayout") {
"textWidths:$textWidths" "textWidths(${textWidths.fastSum()}):$textWidths"
} }
LogUtils.d("TextChapterLayout") { LogUtils.d("TextChapterLayout") {
"textSize:$textSize desiredWidth:$desiredWidth residualWidth:$residualWidth " + "textSize:$textSize desiredWidth:$desiredWidth residualWidth:$residualWidth " +