keming machine dot removal directive

This commit is contained in:
minjaesong
2026-03-07 22:41:24 +09:00
parent 163e3d7b3e
commit 2008bbf6dd
8 changed files with 27 additions and 21 deletions

View File

@@ -1,5 +1,7 @@
package net.torvald.terrarumsansbitmap
import net.torvald.terrarumsansbitmap.gdx.CodePoint
/**
* Created by minjaesong on 2021-11-25.
*/
@@ -29,6 +31,8 @@ data class GlyphProps(
val isKernYtype: Boolean = false,
val kerningMask: Int = 255,
val dotRemoval: CodePoint? = null,
val directiveOpcode: Int = 0, // 8-bits wide
val directiveArg1: Int = 0, // 8-bits wide
val directiveArg2: Int = 0, // 8-bits wide