Searched defs:new_glyph (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.cpp446 SPGlyph *new_glyph(SPDocument* document, SPFont *font, const int count) function in namespace:Inkscape::UI::Dialog
486 /* SPGlyph* glyph =*/ new_glyph(doc, get_selected_spfont(), count+1);
/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp696 Layout::Glyph new_glyph; local
697 new_glyph.glyph = unbroken_span_glyph_info->glyph;
698 new_glyph.in_character = _flow._characters.size();
699 new_glyph.rotation = glyph_rotate;
700 new_glyph.orientation = ORIENTATION_UPRIGHT; // Only effects vertical text
706 new_glyph.vertical_scale = 1.0 / _flow.getTextLengthMultiplierDue();
708 new_glyph.vertical_scale = 1.0;
711 new_glyph.x = current_x + unbroken_span_glyph_info->geometry.x_offset * font_size_multiplier;
712 new_glyph.y =_y_offset;
728 new_glyph
[all...]
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1400 SvgGlyph new_glyph; local
1401 new_glyph.is_space = is_space;
1402 new_glyph.position = Geom::Point( x - originX, y - originY );
1403 new_glyph.text_position = _text_position;
1404 new_glyph.dx = dx;
1405 new_glyph.dy = dy;
1419 new_glyph.code = tmp;
1421 new_glyph.code.clear();
1428 new_glyph.style_changed = true;
1433 new_glyph
[all...]

Completed in 20 milliseconds