Searched defs:first_glyph (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.h189 add(first_glyph);
195 Gtk::TreeModelColumn<Glib::ustring> first_glyph; member in class:Inkscape::UI::Dialog::SvgFontsDialog::KerningPairColumns
217 GlyphComboBox first_glyph, second_glyph; member in class:Inkscape::UI::Dialog::SvgFontsDialog
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1231 const SvgGlyph& first_glyph = (*i); local
1232 int render_mode = first_glyph.render_mode;
1242 text_transform[4] = first_glyph.position[0];
1243 text_transform[5] = first_glyph.position[1];
1338 Geom::Point delta_pos( glyph.text_position - first_glyph.text_position );

Completed in 15 milliseconds