PseudoMode
Pseudolocalization modes.
Coverage vs. fluent-rs's fluent-pseudo crate:
Accented: matchesAccent(accented equivalents).Bidi: matchesBidibehavior — wraps the string in RLE/PDF marks so the surrounding text engine treats it as RTL. Does NOT mirror individual characters.Widened: pseudo-kt specific — expands glyphs with diacritics.Hidden: pseudo-kt specific — wraps each letter in[x]to make hard-coded strings visible during testing.Long: matchesLong— pads with a fill character (default[!]) by a configurable factor to test UI length handling without changing glyphs.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.