mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-11 16:34:04 +09:00
fixed up Thai and Devanagari Anusvara
not perfect but it'll work
This commit is contained in:
@@ -25,6 +25,6 @@ data class GlyphProps(
|
||||
tags.ushr(1).and(15),
|
||||
tags.and(1) == 1,
|
||||
tags.ushr(8).and(1) == 1,
|
||||
tags.ushr(9).and(1) == 1
|
||||
tags.ushr(5).and(3) == 3
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user