@ -12,7 +12,8 @@ data class TextLine(
var lineBase: Float = 0f,
var lineBottom: Float = 0f,
val isTitle: Boolean = false,
var isReadAloud: Boolean = false
var isReadAloud: Boolean = false,
var isImage: Boolean = false
) {
val charSize: Int get() = textChars.size
@ -211,7 +211,7 @@ object ChapterProvider {
}
val textLine = TextLine()
val textLine = TextLine(isImage = true)
textLine.lineTop = durY
durY += height
textLine.lineBottom = durY