Home
last modified time | relevance | path

Searched refs:get_fontspec (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dtext-edit.cpp223 Glib::ustring fontspec = font_lister->get_fontspec(); in onReadSelection()
355 Glib::ustring fontspec = font_selector.get_fontspec(); in fillTextStyle()
437 Glib::ustring fontspec = font_selector.get_fontspec(); in onApply()
459 Glib::ustring fontspec = font_selector.get_fontspec(); in onFontFeatures()
480 Glib::ustring fontspec = font_selector.get_fontspec(); in onChange()
H A Dglyphs.cpp733 Glib::ustring fontspec = fontSelector->get_fontspec(); in rebuild()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dfont-selector.cpp208 Glib::ustring fontspec = font_lister->get_fontspec(); in update_font()
233 FontSelector::get_fontspec(bool use_variations) { in get_fontspec() function in Inkscape::UI::Widget::FontSelector
373 Glib::ustring fontspec = get_fontspec( false ); in on_style_changed()
425 signal_changed.emit (get_fontspec()); in changed_emit()
H A Dfont-selector.h132 Glib::ustring get_fontspec(bool use_variations = true);
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/backends/
H A Dbackend_pgf.py39 def get_fontspec(): function
213 latex_fontspec = get_fontspec()
816 for line in get_fontspec().splitlines():
882 \\end{document}""" % (hyperref_options, w, h, get_preamble(), get_fontspec())
1000 latex_fontspec = get_fontspec()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/backends/
H A Dbackend_pgf.py59 def get_fontspec(): function
246 latex_fontspec = get_fontspec()
820 for line in get_fontspec().splitlines():
884 latex_fontspec = get_fontspec()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A Dfont-lister.h200 …Glib::ustring get_fontspec() { return (canonize_fontspec(current_family + ", " + current_style)); } in get_fontspec() function
H A Dfont-lister.cpp766 fontspec = get_fontspec(); in fill_css()