[]
Utility class to help with implementation of the Bi-Directional algorithm.
public static class BiDiHelper
Name | Description |
---|---|
ContainsRtlCharacters(string) | Searches text for RightToLeft characters. |
ProcessString(string, bool) | Deals with the bidirectional algorithm. |
ResolveEmbeddingLevels(List<CharType>, LevelOverride, List<MapEntry>) | Processes a collection of CharType and determines the final embedding direction and level. |