Back to API Reference
Class

UppercaseModifier

Transforms text to uppercase within marked ranges.

Remarks

No parameter. The transformation happens during Apply, after parsing but before shaping, ensuring correct glyph rendering for uppercase characters. Uses the bundled UCD case mapping table rather than char.ToUpperInvariant to avoid runtime gaps in Mono/IL2CPP (e.g. Greek final sigma U+03C2 → Σ).
protected override void OnApply()