pdf/src/pdf/font/bidi_utils library
Constants
-
basicToIsolatedMappings
→ const Map<
int, int> - Arabic characters that have different unicode values but should point to the same glyph.
Functions
-
isArabicDiacriticValue(
int letter) → bool -
logicalToVisual(
String input) → String - Applies THE BIDIRECTIONAL ALGORITHM using (https://pub.dev/packages/bidi)