Contents

isIDSBinaryOperator

A Boolean value indicating whether the scalar is an ideographic description character that determines how the two ideographic characters or ideographic description sequences that follow it are to be combined to form a single character.

Declaration

var isIDSBinaryOperator: Bool { get }

Discussion

Ideographic description characters are technically printable characters, but advanced rendering engines may use them to approximate ideographs that are otherwise unrepresentable.

This property corresponds to the “IDS_Binary_Operator” property in the Unicode Standard.