DT_PREFIXONLY top-level constant

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

Draws only an underline at the position of the character following the ampersand (&) prefix character. Does not draw any other characters in the string.

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_PREFIXONLY instead')
const DT_PREFIXONLY = 0x00200000;