Back to API Reference
Struct
CompositionData
sealed
Ephemeral composition data whose spans are valid only for the synchronous report call.
public ReadOnlySpan<char> textThe current composition string. Span into a reusable internal buffer — must be consumed or copied within the callback scope.
public ReadOnlySpan<CompositionClause> clausesClause boundaries and styles. Span into a reusable internal buffer — must be consumed or copied within the callback scope.
