mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-12 17:04:03 +09:00
Devanagari BETA; broke Thai diacritics again
This commit is contained in:
@@ -9,7 +9,8 @@ data class GlyphProps(
|
||||
val alignWhere: Int,
|
||||
val alignXPos: Int,
|
||||
val rtl: Boolean = false,
|
||||
val diacriticsStackDown: Boolean = false
|
||||
val diacriticsStackDown: Boolean = false,
|
||||
val diacriticsBeforeGlyph: Boolean = false
|
||||
) {
|
||||
companion object {
|
||||
const val LEFT = 0
|
||||
@@ -23,6 +24,7 @@ data class GlyphProps(
|
||||
tags.ushr(5).and(3),
|
||||
tags.ushr(1).and(15),
|
||||
tags.and(1) == 1,
|
||||
tags.ushr(8).and(1) == 1
|
||||
tags.ushr(8).and(1) == 1,
|
||||
tags.ushr(9).and(1) == 1
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user