mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-09 23:44:04 +09:00
ligatures only available when interchar=0
This commit is contained in:
@@ -1358,7 +1358,8 @@ class TerrarumSansBitmap(
|
|||||||
return seq
|
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
|
// basically an Unicode NFD with some additional flavours
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user