mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-07 11:51:50 +09:00
ligatures only available when interchar=0
This commit is contained in:
@@ -1358,7 +1358,8 @@ class TerrarumSansBitmap(
|
||||
return seq
|
||||
}
|
||||
|
||||
internal fun normaliseStringForMovableType(s: CharSequence) = s.toCodePoints(2, 2)
|
||||
internal fun normaliseStringForMovableType(s: CharSequence) =
|
||||
s.toCodePoints(2, if (interchar == 0) 2 else 0)
|
||||
|
||||
// basically an Unicode NFD with some additional flavours
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user