Lines Matching full:bold
544 {"Italic.ttf", false}, {"Bold.ttf", false}, {"BoldItalic.ttf", false},
656 constexpr FontStyle::Weight BOLD = FontStyle::Weight::BOLD;
664 FontStyle(BOLD, UPRIGHT), // 1
666 FontStyle(BOLD, ITALIC), // 3
674 FontStyle(BOLD, UPRIGHT), // 4
680 FontStyle(BOLD, ITALIC), // 10
691 {FontStyle(BOLD), {FontStyle(NORMAL), FontStyle(BOLD)}, 1},
692 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(BOLD)}, 1},
694 {FontStyle(LIGHT), {FontStyle(BOLD), FontStyle(LIGHT)}, 1},
696 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(BOLD)}, 0},
697 {FontStyle(LIGHT), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 0},
698 {FontStyle(NORMAL), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 1},
699 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 2},
705 {FontStyle(BOLD, UPRIGHT), STANDARD_SET, 1},
707 {FontStyle(BOLD, ITALIC), STANDARD_SET, 3},
710 {FontStyle(BOLD, UPRIGHT), FULL_SET, 4},
712 {FontStyle(BOLD, ITALIC), FULL_SET, 10},