This commit is contained in:
adhu2018 2024-04-28 00:58:23 +08:00
parent f83a2bc357
commit 85575111da
No known key found for this signature in database
GPG Key ID: 1FBBB9FBAA8B8ECF
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ import io.legado.app.constant.PageAnim
import io.legado.app.constant.PreferKey
import io.legado.app.help.DefaultData
import io.legado.app.help.coroutine.Coroutine
import io.legado.app.ui.book.read.page.provider.ChapterProvider
import io.legado.app.utils.BitmapUtils
import io.legado.app.utils.FileUtils
import io.legado.app.utils.GSON

View File

@ -133,7 +133,7 @@ public class QueryTTF {
}
private static class GlyfLayout {
public short numberOfContours; // 非负值为简单字型,负值为合字型
public short numberOfContours; // 非负值为简单字型,负值为合字型
public short xMin;
public short yMin;
public short xMax;