Temporarily turning off excess text for magnification tests.

This commit is contained in:
Pietro Gagliardi 2017-01-21 18:27:03 -05:00
parent 313905230d
commit 7eba767ffb
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
static const char *text = static const char *text =
"Each of the glyphs an end user interacts with are called graphemes. " "Each of the glyphs an end user interacts with are called graphemes. "
"If you enter a byte range in the text boxes below and click the button, you can see the blue box move to surround that byte range, as well as what the actual byte range necessary is. " //TODO "If you enter a byte range in the text boxes below and click the button, you can see the blue box move to surround that byte range, as well as what the actual byte range necessary is. "
"You'll also see the index of the first grapheme; uiAttributedString has facilities for converting between UTF-8 code points and grapheme indices. " //TODO "You'll also see the index of the first grapheme; uiAttributedString has facilities for converting between UTF-8 code points and grapheme indices. "
"Additionally, click on the string to move the caret. Watch the status text at the bottom change too. " "Additionally, click on the string to move the caret. Watch the status text at the bottom change too. "
"That being said: " "That being said: "
"\xC3\x93O\xCC\x81 (combining accents) " "\xC3\x93O\xCC\x81 (combining accents) "