Home
last modified time | relevance | path

Searched refs:font_feature_settings (Results 1 – 25 of 30) sorted by relevance

12

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssstyle.c230 const char *font_feature_settings; in gtk_css_style_get_pango_attributes() local
267font_feature_settings = _gtk_css_string_value_get (gtk_css_style_get_value (style, GTK_CSS_PROPERT… in gtk_css_style_get_pango_attributes()
268 if (font_feature_settings != NULL) in gtk_css_style_get_pango_attributes()
270 attrs = add_pango_attr (attrs, pango_attr_font_features_new (font_feature_settings)); in gtk_css_style_get_pango_attributes()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/longhands/
H A Dfont.mako.rs396 font_feature_settings: longhands::font_feature_settings::get_initial_value(), in to_computed_value()
/dports/www/firefox/firefox-99.0/servo/components/style/properties/longhands/
H A Dfont.mako.rs396 font_feature_settings: longhands::font_feature_settings::get_initial_value(), in to_computed_value()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/longhands/
H A Dfont.mako.rs396 font_feature_settings: longhands::font_feature_settings::get_initial_value(), in to_computed_value()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Ddesktop-style.cpp1461 style_res->font_feature_settings.clear(); in objects_query_fontfeaturesettings()
1476 if (style_res->font_feature_settings.set && // in objects_query_fontfeaturesettings()
1477 strcmp(style_res->font_feature_settings.value(), in objects_query_fontfeaturesettings()
1478 style->font_feature_settings.value())) { in objects_query_fontfeaturesettings()
1482 style_res->font_feature_settings = style->font_feature_settings; in objects_query_fontfeaturesettings()
1483 style_res->font_feature_settings.set = true; in objects_query_fontfeaturesettings()
1486 if (texts == 0 || !style_res->font_feature_settings.set) { in objects_query_fontfeaturesettings()
H A Dstyle.cpp109 … REGISTER_PROPERTY(SPAttr::FONT_FEATURE_SETTINGS, font_feature_settings, "font-feature-settings"); in SPStylePropHelper()
295 font_feature_settings( ), in SPStyle()
1097 char const *val = font_feature_settings.value(); in getFontFeatureString()
H A Dstyle.h149 T<SPAttr::FONT_FEATURE_SETTINGS, SPIString> font_feature_settings; variable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/longhand/
H A Dfont.mako.rs374 font_feature_settings: longhands::font_feature_settings::get_initial_value(), in to_computed_value()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/longhands/
H A Dfont.mako.rs417 font_feature_settings: longhands::font_feature_settings::get_initial_value(), in to_computed_value()
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/css/validation/
H A Ddescriptors.py191 return properties.font_feature_settings(tokens)
H A Dproperties.py709 def font_feature_settings(tokens): function
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/
H A Dtext.py848 font_variant_east_asian='normal', font_feature_settings='normal'): argument
940 if font_feature_settings != 'normal':
941 features.update(dict(font_feature_settings))
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dfonts.c46 static PyObject* font_feature_settings = NULL; variable
283 if (font_feature_settings != NULL){ in init_font()
284 PyObject* o = PyDict_GetItemString(font_feature_settings, psname); in init_font()
1312 …tion); Py_CLEAR(prerender_function); Py_CLEAR(descriptor_for_idx); Py_CLEAR(font_feature_settings); in set_font_data()
1316 &PyTuple_Type, &sm, &OPT(font_size), &font_feature_settings)) return NULL; in set_font_data()
1317 …n); Py_INCREF(prerender_function); Py_INCREF(descriptor_for_idx); Py_INCREF(font_feature_settings); in set_font_data()
1419 Py_CLEAR(font_feature_settings); in finalize()
H A Dfast_data_types.pyi896 font_feature_settings: Dict[str, Tuple[FontFeature, ...]]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssstyle.c277 return style->font->font_feature_settings; in gtk_css_style_get_value()
580 settings = gtk_css_font_features_value_get_features (style->font->font_feature_settings); in gtk_css_style_compute_font_features()
H A Dgtkcssstyleprivate.h152 GtkCssValue *font_feature_settings; member
H A Dgtkcssanimatedstyle.c521 gtk_css_take_value (&style->font->font_feature_settings, value); in gtk_css_animated_style_set_animated_value()
H A Dgtkcssstaticstyle.c655 gtk_css_take_value (&style->font->font_feature_settings, value); in gtk_css_static_style_set_value()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSPropAliasList.h127 font_feature_settings,
H A DnsComputedDOMStylePropertyList.h132 COMPUTED_STYLE_PROP(font_feature_settings, FontFeatureSettings)
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSPropAliasList.h159 font_feature_settings,
H A DnsComputedDOMStylePropertyList.h135 COMPUTED_STYLE_PROP(font_feature_settings, FontFeatureSettings)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dfont-variants.cpp718 char const *val = query->font_feature_settings.value(); in update()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/specified/
H A Dfont.rs1666 context.cached_system_font.as_ref().unwrap().font_feature_settings.clone() in to_computed_value()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/specified/
H A Dfont.rs1882 system_font_methods!(FontFeatureSettings, font_feature_settings);

12