Home
last modified time | relevance | path

Searched refs:FontStyle (Results 1 – 25 of 1703) sorted by relevance

12345678910>>...69

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/
H A DFontTests.cs610 [InlineData(FontStyle.Bold, int.MinValue, 0)]
611 [InlineData(FontStyle.Bold, -2147483099, 0)]
612 [InlineData(FontStyle.Regular, -2147483098, 0)]
613 [InlineData(FontStyle.Regular, -1, 0)]
614 [InlineData(FontStyle.Regular, 0, 0)]
615 [InlineData(FontStyle.Regular, 300, 0)]
616 [InlineData(FontStyle.Regular, 400, 0)]
617 [InlineData(FontStyle.Strikeout | FontStyle.Underline | FontStyle.Italic, 549, 1)]
618 …[InlineData(FontStyle.Strikeout | FontStyle.Underline | FontStyle.Italic | FontStyle.Bold, 550, 1)]
619 …[InlineData(FontStyle.Strikeout | FontStyle.Underline | FontStyle.Bold | FontStyle.Italic, int.Max…
[all …]
/dports/net-im/chatterino2/chatterino2-2.3.4/src/singletons/
H A DFonts.cpp47 this->fontsByType_.resize(size_t(FontStyle::EndType)); in Fonts()
94 QFont Fonts::getFont(FontStyle type, float scale) in getFont()
99 QFontMetrics Fonts::getFontMetrics(FontStyle type, float scale) in getFontMetrics()
108 assert(type < FontStyle::EndType); in getOrCreateFontData()
131 if (type >= FontStyle::ChatStart && type <= FontStyle::ChatEnd) in createFontData()
136 {FontStyle::ChatMedium, {1, false, QFont::Normal}}, in createFontData()
137 {FontStyle::ChatMediumBold, in createFontData()
143 sizeScale[FontStyle::ChatMediumBold] = {1, false, in createFontData()
162 {FontStyle::UiMedium, in createFontData()
164 {FontStyle::UiMediumBold, in createFontData()
[all …]
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/lscolors-0.7.1/src/
H A Dstyle.rs47 pub struct FontStyle { struct
59 impl FontStyle { argument
61 FontStyle { in bold()
68 FontStyle { in dimmed()
75 FontStyle { in italic()
82 FontStyle { in underline()
89 FontStyle { in slow_blink()
96 FontStyle { in rapid_blink()
103 FontStyle { in reverse()
110 FontStyle { in hidden()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/models/vrml1.0/properties/
H A Dfontstyle.wrl11 FontStyle { family SERIF }
15 FontStyle { family SANS }
19 FontStyle { family TYPEWRITER }
26 FontStyle { style NONE }
30 FontStyle { style BOLD }
34 FontStyle { style ITALIC }
38 FontStyle { style (BOLD|ITALIC) }
42 FontStyle { style (NONE|BOLD|ITALIC) }
49 FontStyle { size 1 }
53 FontStyle { size 10 }
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/text/
H A DFontStyle_as.hx1 // FontStyle_as.hx: ActionScript 3 "FontStyle" class, for Gnash.
27 import flash.text.FontStyle;
30 //import flash.FontStyle;
48 //FontStyle contains constants used be TextRenderer
50 if (Std.is(FontStyle.BOLD, String) && (Std.string(FontStyle.BOLD) == "bold")) {
51 DejaGnu.pass("FontStyle::BOLD property exists");
55 …if (Std.is(FontStyle.BOLD_ITALIC, String) && (Std.string(FontStyle.BOLD_ITALIC) == "boldItalic")) {
60 if (Std.is(FontStyle.ITALIC, String) && (Std.string(FontStyle.ITALIC) == "italic")) {
61 DejaGnu.pass("FontStyle::ITALIC property exists");
65 if (Std.is(FontStyle.REGULAR, String) && (Std.string(FontStyle.REGULAR) == "regular")) {
[all …]
/dports/devel/tabulate/tabulate-1.4/samples/
H A Dfont_styles.cpp18 styled_table[0][0].format().font_style({FontStyle::bold}); in main()
20 styled_table[0][1].format().font_style({FontStyle::italic}); in main()
22 styled_table[0][2].format().font_style({FontStyle::bold, FontStyle::italic}); in main()
24 styled_table[0][3].format().font_style({FontStyle::blink}); in main()
26 styled_table[1][0].format().font_style({FontStyle::underline}); in main()
28 styled_table[1][1].format().font_style({FontStyle::crossed}); in main()
30 styled_table[1][2].format().font_style({FontStyle::dark}); in main()
33 {FontStyle::bold, FontStyle::italic, FontStyle::underline}); in main()
H A Dmario.cpp35 mario[2][i].format().color(Color::green).font_style({FontStyle::dark}); in main()
41 mario[2][i].format().color(Color::green).font_style({FontStyle::dark}); in main()
48 mario[3][i].format().color(Color::green).font_style({FontStyle::dark}); in main()
54 mario[3][i].format().color(Color::green).font_style({FontStyle::dark}); in main()
60 mario[3][i].format().color(Color::green).font_style({FontStyle::dark}); in main()
67 mario[4][i].format().color(Color::green).font_style({FontStyle::dark}); in main()
73 mario[4][i].format().color(Color::green).font_style({FontStyle::dark}); in main()
79 mario[4][i].format().color(Color::green).font_style({FontStyle::dark}); in main()
86 mario[5][i].format().color(Color::green).font_style({FontStyle::dark}); in main()
92 mario[5][i].format().color(Color::green).font_style({FontStyle::dark}); in main()
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/lscolors-0.8.1/src/
H A Dstyle.rs71 pub struct FontStyle {
83 impl FontStyle {
85 FontStyle {
92 FontStyle {
99 FontStyle {
106 FontStyle {
113 FontStyle {
120 FontStyle {
127 FontStyle {
134 FontStyle {
[all …]
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/lscolors-0.8.0/src/
H A Dstyle.rs71 pub struct FontStyle { struct
83 impl FontStyle { argument
85 FontStyle { in bold()
92 FontStyle { in dimmed()
99 FontStyle { in italic()
106 FontStyle { in underline()
113 FontStyle { in slow_blink()
120 FontStyle { in rapid_blink()
127 FontStyle { in reverse()
134 FontStyle { in hidden()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DFont.Unix.cs86 FontStyle style; in Font()
91 style = (FontStyle)info.GetValue("Style", typeof(FontStyle)); in Font()
199 if ((style & FontStyle.Bold) == FontStyle.Bold) in setProperties()
202 if ((style & FontStyle.Italic) == FontStyle.Italic) in setProperties()
205 if ((style & FontStyle.Strikeout) == FontStyle.Strikeout) in setProperties()
208 if ((style & FontStyle.Underline) == FontStyle.Underline) in setProperties()
215 FontStyle newStyle = FontStyle.Regular; in FromHfont()
233 newStyle |= FontStyle.Italic; in FromHfont()
248 newStyle |= FontStyle.Bold; in FromHfont()
500 private FontStyle _style;
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-backend-0.3.2/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { implementation
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-backend-0.3.2/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { impl
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-backend-0.3.2/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { implementation
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-backend-0.3.0/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { implementation
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/plotters-backend/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { impl
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/plotters-backend-0.3.0/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { impl
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/plotters-backend-0.3.2/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { impl
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/plotters-backend-0.3.2/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { implementation
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/textproc/jql/jql-3.0.6/cargo-crates/plotters-backend-0.3.2/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { impl
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/plotters-backend-0.3.2/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { impl
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/plotters-backend-0.3.0/src/
H A Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { impl
173 FontStyle::Normal => "normal", in as_str()
174 FontStyle::Italic => "italic", in as_str()
176 FontStyle::Bold => "bold", in as_str()
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() argument
187 "bold" => FontStyle::Bold, in from()
188 _ => FontStyle::Normal, in from()
226 fn style(&self) -> FontStyle { in style() argument
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/src/style/font/
H A Dfont_desc.rs49 style: FontStyle,
93 pub enum FontStyle { enum
104 impl FontStyle { impl
108 FontStyle::Normal => "normal", in as_str()
109 FontStyle::Italic => "italic", in as_str()
111 FontStyle::Bold => "bold", in as_str()
116 impl<'a> From<&'a str> for FontStyle { implementation
117 fn from(from: &'a str) -> FontStyle { in from() argument
119 "normal" => FontStyle::Normal, in from()
122 "bold" => FontStyle::Bold, in from()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DFont.cs82 FontStyle style; in Font()
87 style = (FontStyle)info.GetValue("Style", typeof(FontStyle)); in Font()
192 if ((style & FontStyle.Bold) == FontStyle.Bold) in setProperties()
195 if ((style & FontStyle.Italic) == FontStyle.Italic) in setProperties()
198 if ((style & FontStyle.Strikeout) == FontStyle.Strikeout) in setProperties()
201 if ((style & FontStyle.Underline) == FontStyle.Underline) in setProperties()
209 FontStyle newStyle = FontStyle.Regular; in FromHfont()
230 newStyle = FontStyle.Regular; in FromHfont()
254 newStyle |= FontStyle.Bold; in FromHfont()
484 private FontStyle _style;
[all …]
/dports/audio/musescore/MuseScore-3.6.1/mscore/inspector/
H A DfontStyleSelect.cpp49 FontStyle FontStyleSelect::fontStyle() const in fontStyle()
51 FontStyle fs = FontStyle::Normal; in fontStyle()
54 fs = fs + FontStyle::Bold; in fontStyle()
56 fs = fs + FontStyle::Italic; in fontStyle()
58 fs = fs + FontStyle::Underline; in fontStyle()
67 void FontStyleSelect::setFontStyle(FontStyle fs) in setFontStyle()
69 bold->setChecked(fs & FontStyle::Bold); in setFontStyle()
70 italic->setChecked(fs & FontStyle::Italic); in setFontStyle()
71 underline->setChecked(fs & FontStyle::Underline); in setFontStyle()
/dports/textproc/libodfgen01/libodfgen-0.1.8/src/
H A DFontStyle.cxx31 FontStyle::EmbeddedInfo::EmbeddedInfo(const librevenge::RVNGString &mimeType, const librevenge::RVN… in EmbeddedInfo()
37 FontStyle::FontStyle(const char *psName, const char *psFontFamily) : Style(psName, Style::Z_Font), in FontStyle() function in FontStyle
44 FontStyle::~FontStyle() in ~FontStyle()
48 void FontStyle::write(OdfDocumentHandler *pHandler) const in write()
60 void FontStyle::writeEmbedded(OdfDocumentHandler *const pHandler) const in writeEmbedded()
95 void FontStyle::setEmbedded(const librevenge::RVNGString &mimeType, const librevenge::RVNGBinaryDat… in setEmbedded()
108 std::map<librevenge::RVNGString, std::shared_ptr<FontStyle> >::const_iterator iter; in write()
127 std::map<librevenge::RVNGString, std::shared_ptr<FontStyle> >::const_iterator iter = in findOrAdd()
132 std::shared_ptr<FontStyle> font(new FontStyle(psFontFamily, psFontFamily)); in findOrAdd()

12345678910>>...69