mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-11 16:34:04 +09:00
keming machine dot removal directive
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user