pull/501/head
gedoor 4 years ago
parent 8c2c842c58
commit 350c4826bf
  1. 2
      app/src/main/java/io/legado/app/help/JsExtensions.kt

@ -278,7 +278,7 @@ interface JsExtensions {
val contentArray = text.toCharArray()
contentArray.forEachIndexed { index, s ->
val oldCode = s.toInt()
if (oldCode in startChar until endChar) {
if (oldCode in start until end) {
val code = font2.GetCodeByGlyf(font1.GetGlyfByCode(oldCode))
contentArray[index] = code.toChar()
}

Loading…
Cancel
Save