setTextDirectionHeuristic
open fun setTextDirectionHeuristic(heuristic: TextDirectionHeuristicCompat): BidiFormatter.Builder(source)
Specifies the default directionality estimation algorithm to be used by the BidiFormatter. By default, uses the first-strong heuristic.
Return
the builder itself.
Parameters
heuristic
the TextDirectionHeuristic
to use.