Lines Matching refs:Bold
488 /// IsBold - Keeps track of the bold formatting for the output string.
1566 /// Bold - Start bolding text.
1567 void Bold() {
1568 assert(!IsBold && "Attempting to bold text that is already bold.");
1576 assert(IsBold && "Attempting to remove bold from unbold text.");
1625 Bold();
1630 Bold();
1647 Bold();
1652 Bold();
1656 Bold();
1689 Bold();
1694 Bold();
1698 Bold();
1742 Bold();
1748 Bold();
1753 Bold();
1757 Bold();
1806 Bold();
1832 Bold();
1837 Bold();
1841 Bold();
1856 Bold();
1861 Bold();
1883 Bold();
1933 Bold();
1942 Bold();
1961 if (ApplyBold) Bold();
2023 assert(!IsBold && "Bold is applied to end of string.");