添加注释

pull/481/head
Antecer 4 years ago
parent 9ea11702c3
commit 93b80d65f5
  1. 2
      app/src/main/java/io/legado/app/model/analyzeRule/QueryTTF.kt

@ -6,8 +6,8 @@ import kotlin.experimental.and
@ExperimentalUnsignedTypes @ExperimentalUnsignedTypes
/** /**
* 解析TTF字体 * 解析TTF字体
*
* @see <a href="https://docs.microsoft.com/en-us/typography/opentype/spec/">获取详情</a> * @see <a href="https://docs.microsoft.com/en-us/typography/opentype/spec/">获取详情</a>
* @see <a href="https://photopea.github.io/Typr.js/demo/index.html">基于Javascript的TTF解析器</a>
*/ */
class QueryTTF(var font: ByteArray) : JsExtensions { class QueryTTF(var font: ByteArray) : JsExtensions {
data class Index(var num: Int) data class Index(var num: Int)

Loading…
Cancel
Save