Home
last modified time | relevance | path

Searched refs:FontMask (Results 1 – 25 of 63) sorted by relevance

123

/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/pangomm/
H A Dfontdescription.h308 enum FontMask enum
320 inline FontMask operator|(FontMask lhs, FontMask rhs)
324 inline FontMask operator&(FontMask lhs, FontMask rhs)
328 inline FontMask operator^(FontMask lhs, FontMask rhs)
332 inline FontMask operator~(FontMask flags)
336 inline FontMask& operator|=(FontMask& lhs, FontMask rhs)
340 inline FontMask& operator&=(FontMask& lhs, FontMask rhs)
344 inline FontMask& operator^=(FontMask& lhs, FontMask rhs)
354 class Value<Pango::FontMask> : public Glib::Value_Flags<Pango::FontMask>
676 FontMask get_set_fields() const;
[all …]
H A Dfontdescription.cc76 GType Glib::Value<Pango::FontMask>::value_type() in value_type()
250 FontMask FontDescription::get_set_fields() const in get_set_fields()
252 …return ((FontMask)(pango_font_description_get_set_fields(const_cast<PangoFontDescription*>(gobj())… in get_set_fields()
255 void FontDescription::unset_fields(FontMask to_unset) in unset_fields()
/dports/www/castor/castor-0.8.16/cargo-crates/pango-0.8.0/src/auto/
H A Dflags.rs16 pub struct FontMask: u32 {
29 impl ToGlib for FontMask { implementation
38 impl FromGlib<pango_sys::PangoFontMask> for FontMask { implementation
39 fn from_glib(value: pango_sys::PangoFontMask) -> FontMask { in from_glib() argument
40 FontMask::from_bits_truncate(value) in from_glib()
44 impl StaticType for FontMask { implementation
50 impl<'a> FromValueOptional<'a> for FontMask { implementation
56 impl<'a> FromValue<'a> for FontMask { implementation
62 impl SetValue for FontMask { implementation
H A Dfont_description.rs10 use FontMask;
72 pub fn get_set_fields(&self) -> FontMask { in get_set_fields() argument
246 pub fn unset_fields(&mut self, to_unset: FontMask) { in unset_fields() argument
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/pango-0.7.0/src/auto/
H A Dflags.rs16 pub struct FontMask: u32 {
29 impl ToGlib for FontMask { implementation
38 impl FromGlib<pango_sys::PangoFontMask> for FontMask { implementation
39 fn from_glib(value: pango_sys::PangoFontMask) -> FontMask { in from_glib() argument
40 FontMask::from_bits_truncate(value) in from_glib()
44 impl StaticType for FontMask { implementation
50 impl<'a> FromValueOptional<'a> for FontMask { implementation
56 impl<'a> FromValue<'a> for FontMask { implementation
62 impl SetValue for FontMask { implementation
H A Dfont_description.rs10 use FontMask;
72 pub fn get_set_fields(&self) -> FontMask { in get_set_fields() argument
246 pub fn unset_fields(&mut self, to_unset: FontMask) { in unset_fields() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/pango/src/auto/
H A Dflags.rs16 pub struct FontMask: u32 {
29 impl ToGlib for FontMask { implementation
38 impl FromGlib<pango_sys::PangoFontMask> for FontMask { implementation
39 fn from_glib(value: pango_sys::PangoFontMask) -> FontMask { in from_glib() argument
40 FontMask::from_bits_truncate(value) in from_glib()
44 impl StaticType for FontMask { implementation
50 impl<'a> FromValueOptional<'a> for FontMask { implementation
56 impl<'a> FromValue<'a> for FontMask { implementation
62 impl SetValue for FontMask { implementation
H A Dfont_description.rs10 use FontMask;
72 pub fn get_set_fields(&self) -> FontMask { in get_set_fields() argument
246 pub fn unset_fields(&mut self, to_unset: FontMask) { in unset_fields() argument
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-font.go125 type FontMask int type
128 FONT_MASK_FAMILY FontMask = C.PANGO_FONT_MASK_FAMILY /* 1 << 0 */
129 FONT_MASK_STYLEFontMask FontMask = C.PANGO_FONT_MASK_STYLE /* 1 << 1 */
130 FONT_MASK_VARIANTFontMask FontMask = C.PANGO_FONT_MASK_VARIANT /* 1 << 2 */
131 FONT_MASK_WEIGHTFontMask FontMask = C.PANGO_FONT_MASK_WEIGHT /* 1 << 3 */
132 FONT_MASK_STRETCHFontMask FontMask = C.PANGO_FONT_MASK_STRETCH /* 1 << 4 */
133 FONT_MASK_SIZEFontMask FontMask = C.PANGO_FONT_MASK_SIZE /* 1 << 5 */
134 FONT_MASK_GRAVITYFontMask FontMask = C.PANGO_FONT_MASK_GRAVITY /* 1 << 6 */
310 func (v *FontDescription) GetSetFields() FontMask {
312 return FontMask(c)
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-font.go127 type FontMask int type
130 FONT_MASK_FAMILY FontMask = C.PANGO_FONT_MASK_FAMILY /* 1 << 0 */
131 FONT_MASK_STYLEFontMask FontMask = C.PANGO_FONT_MASK_STYLE /* 1 << 1 */
132 FONT_MASK_VARIANTFontMask FontMask = C.PANGO_FONT_MASK_VARIANT /* 1 << 2 */
133 FONT_MASK_WEIGHTFontMask FontMask = C.PANGO_FONT_MASK_WEIGHT /* 1 << 3 */
134 FONT_MASK_STRETCHFontMask FontMask = C.PANGO_FONT_MASK_STRETCH /* 1 << 4 */
135 FONT_MASK_SIZEFontMask FontMask = C.PANGO_FONT_MASK_SIZE /* 1 << 5 */
136 FONT_MASK_GRAVITYFontMask FontMask = C.PANGO_FONT_MASK_GRAVITY /* 1 << 6 */
320 func (v *FontDescription) GetSetFields() FontMask {
322 return FontMask(c)
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-font.go127 type FontMask int type
130 FONT_MASK_FAMILY FontMask = C.PANGO_FONT_MASK_FAMILY /* 1 << 0 */
131 FONT_MASK_STYLEFontMask FontMask = C.PANGO_FONT_MASK_STYLE /* 1 << 1 */
132 FONT_MASK_VARIANTFontMask FontMask = C.PANGO_FONT_MASK_VARIANT /* 1 << 2 */
133 FONT_MASK_WEIGHTFontMask FontMask = C.PANGO_FONT_MASK_WEIGHT /* 1 << 3 */
134 FONT_MASK_STRETCHFontMask FontMask = C.PANGO_FONT_MASK_STRETCH /* 1 << 4 */
135 FONT_MASK_SIZEFontMask FontMask = C.PANGO_FONT_MASK_SIZE /* 1 << 5 */
136 FONT_MASK_GRAVITYFontMask FontMask = C.PANGO_FONT_MASK_GRAVITY /* 1 << 6 */
320 func (v *FontDescription) GetSetFields() FontMask {
322 return FontMask(c)
[all …]
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-font.go127 type FontMask int type
130 FONT_MASK_FAMILY FontMask = C.PANGO_FONT_MASK_FAMILY /* 1 << 0 */
131 FONT_MASK_STYLEFontMask FontMask = C.PANGO_FONT_MASK_STYLE /* 1 << 1 */
132 FONT_MASK_VARIANTFontMask FontMask = C.PANGO_FONT_MASK_VARIANT /* 1 << 2 */
133 FONT_MASK_WEIGHTFontMask FontMask = C.PANGO_FONT_MASK_WEIGHT /* 1 << 3 */
134 FONT_MASK_STRETCHFontMask FontMask = C.PANGO_FONT_MASK_STRETCH /* 1 << 4 */
135 FONT_MASK_SIZEFontMask FontMask = C.PANGO_FONT_MASK_SIZE /* 1 << 5 */
136 FONT_MASK_GRAVITYFontMask FontMask = C.PANGO_FONT_MASK_GRAVITY /* 1 << 6 */
320 func (v *FontDescription) GetSetFields() FontMask {
322 return FontMask(c)
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-font.go127 type FontMask int type
130 FONT_MASK_FAMILY FontMask = C.PANGO_FONT_MASK_FAMILY /* 1 << 0 */
131 FONT_MASK_STYLEFontMask FontMask = C.PANGO_FONT_MASK_STYLE /* 1 << 1 */
132 FONT_MASK_VARIANTFontMask FontMask = C.PANGO_FONT_MASK_VARIANT /* 1 << 2 */
133 FONT_MASK_WEIGHTFontMask FontMask = C.PANGO_FONT_MASK_WEIGHT /* 1 << 3 */
134 FONT_MASK_STRETCHFontMask FontMask = C.PANGO_FONT_MASK_STRETCH /* 1 << 4 */
135 FONT_MASK_SIZEFontMask FontMask = C.PANGO_FONT_MASK_SIZE /* 1 << 5 */
136 FONT_MASK_GRAVITYFontMask FontMask = C.PANGO_FONT_MASK_GRAVITY /* 1 << 6 */
320 func (v *FontDescription) GetSetFields() FontMask {
322 return FontMask(c)
[all …]
/dports/deskutils/helpviewer/HelpViewer-0.3/
H A DTextFormatterXLP.m325 NSFontTraitMask FontMask = 0;
328 if (_bold) FontMask = NSBoldFontMask | FontMask;
329 if (_italic) FontMask = NSItalicFontMask | FontMask;
330 if (_smallcaps) FontMask = NSSmallCapsFontMask | FontMask;
336 toHaveTrait: FontMask];
364 NSFontTraitMask FontMask = 0;
375 FontMask = NSBoldFontMask | FontMask;
380 FontMask = NSBoldFontMask | FontMask;
385 FontMask = NSBoldFontMask | FontMask;
390 FontMask = NSBoldFontMask | FontMask;
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/pango-0.14.3/src/auto/
H A Dflags.rs15 pub struct FontMask: u32 {
35 impl fmt::Display for FontMask { implementation
42 impl IntoGlib for FontMask { implementation
51 impl FromGlib<ffi::PangoFontMask> for FontMask { implementation
57 impl StaticType for FontMask { implementation
63 impl glib::value::ValueType for FontMask { implementation
67 unsafe impl<'a> FromValue<'a> for FontMask { implementation
75 impl ToValue for FontMask { implementation
H A Dfont_description.rs5 use crate::FontMask;
79 pub fn set_fields(&self) -> FontMask { in set_fields() argument
266 pub fn unset_fields(&mut self, to_unset: FontMask) { in unset_fields() argument
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/pango/src/auto/
H A Dflags.rs15 pub struct FontMask: u32 {
35 impl fmt::Display for FontMask { implementation
42 impl IntoGlib for FontMask { implementation
51 impl FromGlib<ffi::PangoFontMask> for FontMask { implementation
57 impl StaticType for FontMask { implementation
63 impl glib::value::ValueType for FontMask { implementation
67 unsafe impl<'a> FromValue<'a> for FontMask { implementation
75 impl ToValue for FontMask { implementation
H A Dfont_description.rs5 use crate::FontMask;
79 pub fn set_fields(&self) -> FontMask { in set_fields() argument
266 pub fn unset_fields(&mut self, to_unset: FontMask) { in unset_fields() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/pango-0.14.8/src/auto/
H A Dflags.rs15 pub struct FontMask: u32 {
35 impl fmt::Display for FontMask { implementation
42 impl IntoGlib for FontMask { implementation
51 impl FromGlib<ffi::PangoFontMask> for FontMask { implementation
57 impl StaticType for FontMask { implementation
63 impl glib::value::ValueType for FontMask { implementation
67 unsafe impl<'a> FromValue<'a> for FontMask { implementation
75 impl ToValue for FontMask { implementation
H A Dfont_description.rs5 use crate::FontMask;
79 pub fn set_fields(&self) -> FontMask { in set_fields() argument
266 pub fn unset_fields(&mut self, to_unset: FontMask) { in unset_fields() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/pango-0.14.8/src/auto/
H A Dflags.rs15 pub struct FontMask: u32 {
35 impl fmt::Display for FontMask { implementation
42 impl IntoGlib for FontMask { implementation
51 impl FromGlib<ffi::PangoFontMask> for FontMask { implementation
57 impl StaticType for FontMask { implementation
63 impl glib::value::ValueType for FontMask { implementation
67 unsafe impl<'a> FromValue<'a> for FontMask { implementation
75 impl ToValue for FontMask { implementation
H A Dfont_description.rs5 use crate::FontMask;
79 pub fn set_fields(&self) -> FontMask { in set_fields() argument
266 pub fn unset_fields(&mut self, to_unset: FontMask) { in unset_fields() argument
/dports/x11/sirula/sirula-1.0.0/cargo-crates/pango-0.14.8/src/auto/
H A Dflags.rs15 pub struct FontMask: u32 {
35 impl fmt::Display for FontMask { implementation
42 impl IntoGlib for FontMask { implementation
51 impl FromGlib<ffi::PangoFontMask> for FontMask { implementation
57 impl StaticType for FontMask { implementation
63 impl glib::value::ValueType for FontMask { implementation
67 unsafe impl<'a> FromValue<'a> for FontMask { implementation
75 impl ToValue for FontMask { implementation
H A Dfont_description.rs5 use crate::FontMask;
79 pub fn set_fields(&self) -> FontMask { in set_fields() argument
266 pub fn unset_fields(&mut self, to_unset: FontMask) { in unset_fields() argument
/dports/editors/elementary-code/code-6.0.0/src/
H A DUtils.vala35 if (Pango.FontMask.FAMILY in mask) {
40 if (Pango.FontMask.STYLE in mask) {
61 if (Pango.FontMask.VARIANT in mask) {
77 if (Pango.FontMask.WEIGHT in mask) {
83 if (Pango.FontMask.STRETCH in mask) {
129 if (Pango.FontMask.SIZE in mask) {

123