DT_RTLREADING top-level constant

  1. @Deprecated('Use DRAW_TEXT_FORMAT.DT_RTLREADING instead')
int const DT_RTLREADING

Layout in right-to-left reading order for bidirectional text when the font selected into the hdc is a Hebrew or Arabic font. The default reading order for all text is left-to-right.

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_RTLREADING instead')
const DT_RTLREADING = 0x00020000;