Searched defs:fontspec (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/ui/dialog/
H A Dglyphs.cpp670 void GlyphsPanel::fontChangeCB(SPFontSelector * /*fontsel*/, Glib::ustring /*fontspec*/, GlyphsPanel *self)
726 Glib::ustring fontspec = fsel ? sp_font_selector_get_fontspec(fsel) : ""; local
729 if( !fontspec.empty() ) {
730 font = font_factory::Default()->FaceFromFontSpecification( fontspec.c_str() );
H A Dtext-edit.cpp368 Glib::ustring fontspec = fontlister->get_fontspec(); local
373 sp_font_selector_set_fontspec(fsel, fontspec, size );
375 setPreviewText (fontspec, phrase);
410 vari_vbox.update( &query, result_features == QUERY_STYLE_MULTIPLE_DIFFERENT, fontspec );
497 Glib::ustring fontspec = sp_font_selector_get_fontspec (fsel); local
499 if( !fontspec.empty() ) {
502 fontlister->fill_css( css, fontspec );
604 Glib::ustring fontspec = sp_font_selector_get_fontspec (fsel); local
605 if( !fontspec.empty() ) {
607 fontlister->set_fontspec( fontspec, fals
631 Glib::ustring fontspec = sp_font_selector_get_fontspec(self->fsel); local
648 onFontChange(SPFontSelector * , gchar* fontspec, TextEdit *self) argument
[all...]
/inkscape/src/widgets/
H A Dfont-selector.cpp58 Glib::ustring *fontspec; member in struct:SPFontSelector
70 void (* font_set) (SPFontSelector *fsel, gchar *fontspec);
268 fsel->fontspec = new Glib::ustring;
275 if (fsel->fontspec) {
276 delete fsel->fontspec;
460 Glib::ustring fontspec = family;
461 fontspec += ", ";
462 fontspec += style;
464 *(fsel->fontspec) = fontspec;
481 sp_font_selector_set_fontspec(SPFontSelector *fsel, Glib::ustring fontspec, double size) argument
[all...]
/inkscape/src/libnrtype/
H A Dfont-lister.cpp306 Glib::ustring FontLister::canonize_fontspec(Glib::ustring fontspec) argument
309 // Pass fontspec to and back from Pango to get a the fontspec in
311 // Pango constructed fontspec not changing form. If it does,
313 PangoFontDescription *descr = pango_font_description_from_string(fontspec.c_str());
329 Glib::ustring FontLister::system_fontspec(Glib::ustring fontspec) argument
333 Glib::ustring out = fontspec;
335 PangoFontDescription *descr = pango_font_description_from_string(fontspec.c_str());
346 std::pair<Glib::ustring, Glib::ustring> FontLister::ui_from_fontspec(Glib::ustring fontspec) argument
348 PangoFontDescription *descr = pango_font_description_from_string(fontspec
386 Glib::ustring fontspec; local
617 fill_css(SPCSSAttr *css, Glib::ustring fontspec) argument
741 Glib::ustring fontspec; local
987 Glib::ustring fontspec = family + ", " + target_style; local
1010 Glib::ustring fontspec = family + ", " + ((StyleNames *)l->data)->CssName; local
[all...]
/inkscape/src/extension/internal/
H A Dtext_reassemble.h148 uint8_t *fontspec; /**< pointer to a font specification (name:italics, etc.) */ member in struct:__anon67
315 char *TR_reconstruct_fontspec(const char *fontspec, const char *fontname);
334 int ftinfo_load_fontname(FT_INFO *fti, const char *fontspec);
H A Dwmf-inout.cpp2622 char *fontspec = TR_construct_fontspec(&tsp, d->dc[d->level].font_name); local
2623 tsp.fi_idx = ftinfo_load_fontname(d->tri->fti,fontspec);
2624 free(fontspec);
H A Dtext_reassemble.c216 \brief Constrouct a fontspec from a TCHUNK_SPECS and a fontname
217 \return Returns NULL on error, new fontspec on success
219 \param fontname Fontname to use in the new fontspec
232 \brief Reconstrouct a fontspec by substituting a font name into an existing spec
233 \return Returns NULL on error, new fontspec on success
234 \param fontspec Original fontspec, only the name will be changed
235 \param fontname Fontname to substitute into the new fontspec
238 char *TR_reconstruct_fontspec(const char *fontspec, const char *fontname){ argument
240 int newlen = strlen(fontspec)
690 ftinfo_find_loaded_by_spec(const FT_INFO *fti, const uint8_t *fontspec) argument
732 ftinfo_load_fontname(FT_INFO *fti, const char *fontspec) argument
2718 char *fontspec; local
[all...]
H A Demf-inout.cpp3191 char *fontspec = TR_construct_fontspec(&tsp, d->dc[d->level].font_name); local
3192 tsp.fi_idx = ftinfo_load_fontname(d->tri->fti,fontspec);
3193 free(fontspec);

Completed in 290 milliseconds