Lines Matching defs:paragraph_style
210 ParagraphStyle paragraph_style;
211 paragraph_style.turnHintingOff();
212 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
250 ParagraphStyle paragraph_style;
251 paragraph_style.turnHintingOff();
258 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
288 ParagraphStyle paragraph_style;
289 paragraph_style.turnHintingOff();
290 paragraph_style.setMaxLines(14);
291 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
387 ParagraphStyle paragraph_style;
388 paragraph_style.turnHintingOff();
389 paragraph_style.setMaxLines(14);
390 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
443 ParagraphStyle paragraph_style;
444 paragraph_style.turnHintingOff();
445 paragraph_style.setMaxLines(14);
446 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
499 ParagraphStyle paragraph_style;
500 paragraph_style.turnHintingOff();
501 paragraph_style.setMaxLines(14);
502 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
555 ParagraphStyle paragraph_style;
556 paragraph_style.turnHintingOff();
557 paragraph_style.setMaxLines(14);
558 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
609 ParagraphStyle paragraph_style;
610 paragraph_style.turnHintingOff();
611 paragraph_style.setMaxLines(14);
612 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
663 ParagraphStyle paragraph_style;
664 paragraph_style.turnHintingOff();
665 paragraph_style.setMaxLines(14);
666 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
717 ParagraphStyle paragraph_style;
718 paragraph_style.turnHintingOff();
719 paragraph_style.setMaxLines(14);
720 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
770 ParagraphStyle paragraph_style;
771 paragraph_style.turnHintingOff();
772 paragraph_style.setMaxLines(14);
773 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
905 ParagraphStyle paragraph_style;
906 paragraph_style.turnHintingOff();
907 paragraph_style.setMaxLines(14);
908 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1031 ParagraphStyle paragraph_style;
1032 paragraph_style.turnHintingOff();
1033 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1081 ParagraphStyle paragraph_style;
1082 paragraph_style.turnHintingOff();
1083 paragraph_style.setTextAlign(TextAlign::kLeft);
1084 paragraph_style.setMaxLines(2);
1085 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1194 ParagraphStyle paragraph_style;
1198 paragraph_style.setTextStyle(defaultStyle);
1199 paragraph_style.turnHintingOff();
1200 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1219 REPORTER_ASSERT(reporter, style.equals(paragraph_style.getTextStyle()));
1234 ParagraphStyle paragraph_style;
1235 paragraph_style.turnHintingOff();
1236 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1280 ParagraphStyle paragraph_style;
1281 paragraph_style.turnHintingOff();
1282 paragraph_style.setMaxLines(10);
1283 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1340 ParagraphStyle paragraph_style;
1351 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1401 ParagraphStyle paragraph_style;
1402 paragraph_style.setTextHeightBehavior(TextHeightBehavior::kAll);
1412 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1494 ParagraphStyle paragraph_style;
1513 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1561 ParagraphStyle paragraph_style;
1562 paragraph_style.setTextHeightBehavior(TextHeightBehavior::kDisableAll);
1573 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1639 ParagraphStyle paragraph_style;
1640 paragraph_style.setMaxLines(14);
1641 paragraph_style.setTextAlign(TextAlign::kLeft);
1642 paragraph_style.turnHintingOff();
1643 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1668 REPORTER_ASSERT(reporter, impl->lines().size() == paragraph_style.getMaxLines());
1689 paragraph_style.getTextAlign() == impl->paragraphStyle().getTextAlign());
1723 ParagraphStyle paragraph_style;
1724 paragraph_style.setMaxLines(14);
1725 paragraph_style.setTextAlign(TextAlign::kRight);
1726 paragraph_style.turnHintingOff();
1727 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1752 REPORTER_ASSERT(reporter, impl->lines().size() == paragraph_style.getMaxLines());
1783 paragraph_style.getTextAlign() == impl->paragraphStyle().getTextAlign());
1810 ParagraphStyle paragraph_style;
1811 paragraph_style.setMaxLines(14);
1812 paragraph_style.setTextAlign(TextAlign::kCenter);
1813 paragraph_style.turnHintingOff();
1814 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1839 REPORTER_ASSERT(reporter, impl->lines().size() == paragraph_style.getMaxLines());
1870 paragraph_style.getTextAlign() == impl->paragraphStyle().getTextAlign());
1895 ParagraphStyle paragraph_style;
1896 paragraph_style.setMaxLines(14);
1897 paragraph_style.setTextAlign(TextAlign::kJustify);
1898 paragraph_style.turnHintingOff();
1899 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
1957 paragraph_style.getTextAlign() == impl->paragraphStyle().getTextAlign());
1971 ParagraphStyle paragraph_style;
1972 paragraph_style.setMaxLines(14);
1973 paragraph_style.setTextAlign(TextAlign::kJustify);
1974 paragraph_style.setTextDirection(TextDirection::kRtl);
1975 paragraph_style.turnHintingOff();
1976 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
2035 ParagraphStyle paragraph_style;
2036 paragraph_style.setMaxLines(14);
2037 paragraph_style.setTextAlign(TextAlign::kJustify);
2038 paragraph_style.setTextDirection(TextDirection::kRtl);
2039 paragraph_style.turnHintingOff();
2040 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
2108 ParagraphStyle paragraph_style;
2109 paragraph_style.setMaxLines(14);
2110 paragraph_style.setTextAlign(TextAlign::kJustify);
2111 paragraph_style.setTextDirection(TextDirection::kRtl);
2112 paragraph_style.turnHintingOff();
2113 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
2153 ParagraphStyle paragraph_style;
2154 paragraph_style.setMaxLines(14);
2155 paragraph_style.setTextAlign(TextAlign::kLeft);
2156 paragraph_style.turnHintingOff();
2157 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
2272 ParagraphStyle paragraph_style;
2273 paragraph_style.turnHintingOff();
2274 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
2340 ParagraphStyle paragraph_style;
2341 paragraph_style.setMaxLines(14);
2342 paragraph_style.setTextAlign(TextAlign::kJustify);
2343 paragraph_style.turnHintingOff();
2344 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
2386 ParagraphStyle paragraph_style;
2387 paragraph_style.setMaxLines(14);
2388 paragraph_style.setTextAlign(TextAlign::kJustify);
2389 paragraph_style.turnHintingOff();
2390 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
2430 ParagraphStyle paragraph_style;
2431 paragraph_style.turnHintingOff();
2432 paragraph_style.setMaxLines(14);
2433 paragraph_style.setTextAlign(TextAlign::kRight);
2434 paragraph_style.setTextDirection(TextDirection::kRtl);
2435 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
2481 ParagraphStyle paragraph_style;
2482 paragraph_style.turnHintingOff();
2483 paragraph_style.setMaxLines(14);
2484 paragraph_style.setTextAlign(TextAlign::kLeft);
2485 paragraph_style.setTextDirection(TextDirection::kLtr);
2486 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
2529 ParagraphStyle paragraph_style;
2530 paragraph_style.turnHintingOff();
2531 paragraph_style.setMaxLines(14);
2532 paragraph_style.setTextAlign(TextAlign::kRight);
2533 paragraph_style.setTextDirection(TextDirection::kLtr);
2534 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
3659 ParagraphStyle paragraph_style;
3660 paragraph_style.setMaxLines(10);
3661 paragraph_style.setTextAlign(TextAlign::kLeft);
3662 paragraph_style.turnHintingOff();
3663 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
3748 ParagraphStyle paragraph_style;
3749 paragraph_style.turnHintingOff();
3750 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
3790 ParagraphStyle paragraph_style;
3791 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
3836 ParagraphStyle paragraph_style;
3837 paragraph_style.turnHintingOff();
3838 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
3879 ParagraphStyle paragraph_style;
3880 paragraph_style.turnHintingOff();
3881 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
3925 ParagraphStyle paragraph_style;
3926 paragraph_style.turnHintingOff();
3927 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
3984 ParagraphStyle paragraph_style;
3985 paragraph_style.turnHintingOff();
3986 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4023 ParagraphStyle paragraph_style;
4024 paragraph_style.setMaxLines(1);
4026 paragraph_style.setEllipsis(ellipsis);
4027 std::u16string e = paragraph_style.getEllipsisUtf16();
4028 paragraph_style.turnHintingOff();
4029 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4061 ParagraphStyle paragraph_style;
4062 paragraph_style.turnHintingOff();
4063 paragraph_style.setTextAlign(TextAlign::kLeft);
4064 paragraph_style.setMaxLines(2);
4065 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4084 ParagraphBuilderImpl builder1(paragraph_style, fontCollection);
4129 ParagraphStyle paragraph_style;
4130 paragraph_style.turnHintingOff();
4131 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4167 ParagraphStyle paragraph_style;
4168 paragraph_style.turnHintingOff();
4169 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4239 ParagraphStyle paragraph_style;
4240 paragraph_style.turnHintingOff();
4241 paragraph_style.setMaxLines(14);
4242 paragraph_style.setTextAlign(TextAlign::kJustify);
4243 paragraph_style.setHeight(1.5);
4244 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4286 ParagraphStyle paragraph_style;
4287 paragraph_style.turnHintingOff();
4288 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4375 ParagraphStyle paragraph_style;
4376 paragraph_style.setMaxLines(10);
4377 paragraph_style.setTextAlign(TextAlign::kLeft);
4378 paragraph_style.turnHintingOff();
4387 paragraph_style.setStrutStyle(strut_style);
4389 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4480 ParagraphStyle paragraph_style;
4481 paragraph_style.setMaxLines(10);
4482 paragraph_style.setTextAlign(TextAlign::kLeft);
4483 paragraph_style.turnHintingOff();
4492 paragraph_style.setStrutStyle(strut_style);
4494 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4588 ParagraphStyle paragraph_style;
4589 paragraph_style.setMaxLines(10);
4590 paragraph_style.setTextAlign(TextAlign::kLeft);
4591 paragraph_style.turnHintingOff();
4599 paragraph_style.setStrutStyle(strut_style);
4601 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4694 ParagraphStyle paragraph_style;
4695 paragraph_style.setMaxLines(10);
4696 paragraph_style.setTextAlign(TextAlign::kLeft);
4697 paragraph_style.turnHintingOff();
4707 paragraph_style.setStrutStyle(strut_style);
4709 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4794 ParagraphStyle paragraph_style;
4795 paragraph_style.setMaxLines(10);
4796 paragraph_style.setTextAlign(TextAlign::kLeft);
4797 paragraph_style.turnHintingOff();
4806 paragraph_style.setStrutStyle(strut_style);
4808 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4856 ParagraphStyle paragraph_style;
4857 paragraph_style.turnHintingOff();
4858 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4906 ParagraphStyle paragraph_style;
4907 paragraph_style.turnHintingOff();
4908 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4938 ParagraphStyle paragraph_style;
4939 paragraph_style.turnHintingOff();
4940 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
4977 ParagraphStyle paragraph_style;
4978 paragraph_style.turnHintingOff();
4979 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5020 ParagraphStyle paragraph_style;
5021 paragraph_style.turnHintingOff();
5028 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5055 ParagraphStyle paragraph_style;
5056 paragraph_style.turnHintingOff();
5065 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5095 ParagraphStyle paragraph_style;
5096 paragraph_style.turnHintingOff();
5108 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5140 ParagraphStyle paragraph_style;
5141 paragraph_style.turnHintingOff();
5151 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5182 ParagraphStyle paragraph_style;
5187 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5210 ParagraphStyle paragraph_style;
5215 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5228 ParagraphStyle paragraph_style;
5232 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5266 ParagraphStyle paragraph_style;
5267 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5302 ParagraphStyle paragraph_style;
5303 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5352 ParagraphStyle paragraph_style;
5358 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5371 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5391 ParagraphStyle paragraph_style;
5392 paragraph_style.setStrutStyle(strut_style);
5393 paragraph_style.setTextStyle(text_style);
5394 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5422 ParagraphStyle paragraph_style;
5423 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5474 ParagraphStyle paragraph_style;
5475 paragraph_style.setTextStyle(text_style);
5485 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5513 ParagraphStyle paragraph_style;
5514 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5537 ParagraphStyle paragraph_style;
5541 paragraph_style.setTextStyle(text_style);
5542 paragraph_style.setMaxLines(lines);
5544 paragraph_style.setEllipsis(u"\u2026");
5546 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5678 ParagraphStyle paragraph_style;
5679 paragraph_style.turnHintingOff();
5680 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5766 ParagraphStyle paragraph_style;
5767 //paragraph_style.setDrawOptions(DrawOptions::kRecord);
5768 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5788 ParagraphStyle paragraph_style;
5789 paragraph_style.turnHintingOff();
5795 paragraph_style.setTextAlign(text_align);
5796 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5833 ParagraphStyle paragraph_style;
5834 paragraph_style.setMaxLines(14);
5835 paragraph_style.setTextAlign(TextAlign::kRight);
5836 paragraph_style.setTextDirection(TextDirection::kRtl);
5837 paragraph_style.turnHintingOff();
5838 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5862 ParagraphStyle paragraph_style;
5863 paragraph_style.setMaxLines(14);
5864 paragraph_style.turnHintingOff();
5865 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5893 ParagraphStyle paragraph_style;
5894 paragraph_style.turnHintingOff();
5895 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5928 ParagraphStyle paragraph_style;
5929 paragraph_style.setTextDirection(TextDirection::kLtr);
5937 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
5981 ParagraphStyle paragraph_style;
5982 paragraph_style.setTextHeightBehavior(hb);
5984 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6024 ParagraphStyle paragraph_style;
6025 paragraph_style.setTextAlign(TextAlign::kRight);
6030 paragraph_style.setTextDirection(TextDirection::kRtl);
6031 paragraph_style.setTextAlign(TextAlign::kRight);
6033 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6055 ParagraphStyle paragraph_style;
6059 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6108 ParagraphStyle paragraph_style;
6109 paragraph_style.setTextHeightBehavior(TextHeightBehavior::kDisableAll);
6110 paragraph_style.setMaxLines(1);
6111 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6137 ParagraphStyle paragraph_style;
6138 paragraph_style.setMaxLines(1);
6139 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6167 ParagraphStyle paragraph_style;
6175 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6208 ParagraphStyle paragraph_style;
6209 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6240 ParagraphStyle paragraph_style;
6241 paragraph_style.setTextDirection(TextDirection::kRtl);
6242 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6281 ParagraphStyle paragraph_style;
6282 paragraph_style.setTextDirection(TextDirection::kRtl);
6283 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6312 ParagraphStyle paragraph_style;
6320 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6353 ParagraphStyle paragraph_style;
6354 paragraph_style.setTextDirection(TextDirection::kRtl);
6355 paragraph_style.setTextAlign(TextAlign::kRight);
6364 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6410 ParagraphStyle paragraph_style;
6411 paragraph_style.setTextDirection(TextDirection::kRtl);
6412 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6453 ParagraphStyle paragraph_style;
6454 paragraph_style.setTextDirection(TextDirection::kRtl);
6455 paragraph_style.setTextAlign(TextAlign::kRight);
6456 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6531 ParagraphStyle paragraph_style;
6532 paragraph_style.setTextStyle(text_style);
6533 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6563 ParagraphStyle paragraph_style;
6564 paragraph_style.setTextStyle(text_style);
6565 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6601 ParagraphStyle paragraph_style;
6602 paragraph_style.setTextStyle(text_style);
6603 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6630 ParagraphStyle paragraph_style;
6631 paragraph_style.setTextStyle(text_style);
6632 paragraph_style.setTextDirection(TextDirection::kLtr);
6633 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6688 ParagraphStyle paragraph_style;
6689 paragraph_style.setTextStyle(text_style);
6690 paragraph_style.setTextDirection(TextDirection::kLtr);
6699 paragraph_style.setStrutStyle(strut_style);
6700 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6736 ParagraphStyle paragraph_style;
6737 paragraph_style.setTextStyle(text_style);
6738 paragraph_style.setTextDirection(TextDirection::kLtr);
6739 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6775 ParagraphStyle paragraph_style;
6776 paragraph_style.turnHintingOff();
6777 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6781 REPORTER_ASSERT(reporter, builder.peekStyle().equals(paragraph_style.getTextStyle()));
6822 ParagraphStyle paragraph_style;
6823 paragraph_style.setMaxLines(1);
6825 paragraph_style.setEllipsis(ellipsis);
6826 std::u16string e = paragraph_style.getEllipsisUtf16();
6827 paragraph_style.turnHintingOff();
6828 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6874 ParagraphStyle paragraph_style;
6875 paragraph_style.setStrutStyle(strut_style);
6876 paragraph_style.setTextStyle(text_style);
6879 paragraph_style.setTextHeightBehavior(tb);
6880 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6921 ParagraphStyle paragraph_style;
6922 paragraph_style.setTextStyle(text_style);
6923 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
6963 ParagraphStyle paragraph_style;
6964 paragraph_style.setTextStyle(text_style);
6965 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
7043 ParagraphStyle paragraph_style;
7044 paragraph_style.setReplaceTabCharacters(true);
7051 ParagraphBuilderImpl builder1(paragraph_style, fontCollection);
7058 paragraph_style.setReplaceTabCharacters(false);
7059 ParagraphBuilderImpl builder2(paragraph_style, fontCollection);
7079 ParagraphStyle paragraph_style;
7080 paragraph_style.setMaxLines(1);
7082 paragraph_style.setEllipsis(ellipsis);
7084 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
7103 ParagraphStyle paragraph_style;
7105 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
7247 ParagraphStyle paragraph_style;
7248 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
7309 ParagraphStyle paragraph_style;
7310 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
7367 ParagraphStyle paragraph_style;
7368 paragraph_style.setTextStyle(text_style);
7369 paragraph_style.setTextDirection(TextDirection::kRtl);
7370 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
7423 ParagraphStyle paragraph_style;
7424 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
7483 ParagraphStyle paragraph_style;
7484 paragraph_style.setTextStyle(text_style);
7485 paragraph_style.setTextDirection(TextDirection::kRtl);
7486 paragraph_style.setEllipsis(u"\u2026");
7487 paragraph_style.setTextAlign(TextAlign::kStart);
7488 paragraph_style.setMaxLines(1);
7489 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
7520 ParagraphStyle paragraph_style;
7521 paragraph_style.setTextStyle(text_style);
7522 paragraph_style.setTextDirection(TextDirection::kRtl);
7523 paragraph_style.setEllipsis(u"\u2026");
7524 paragraph_style.setTextAlign(TextAlign::kStart);
7525 paragraph_style.setMaxLines(2);
7526 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
7559 ParagraphStyle paragraph_style;
7560 paragraph_style.setEllipsis(u"\u2026");
7561 paragraph_style.setMaxLines(3);
7562 ParagraphBuilderImpl builder(paragraph_style, fontCollection);
7641 ParagraphStyle paragraph_style;
7642 paragraph_style.turnHintingOff();
7643 ParagraphBuilderImpl builder(paragraph_style, fontCollection);