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

/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.cpp291 SPGlyphKerning* kern = get_selected_kerning_pair(); local
292 if (!kern) {
297 str += kern->u1->sample_glyph();
298 str += kern->u2->sample_glyph();
301 this->kerning_pair = kern;
304 kerning_slider->set_value(get_selected_spfont()->horiz_adv_x - kern->k);
/inkscape/src/extension/internal/
H A Dtext_reassemble.c377 int kern=0; local
387 kern = akerning.x; /* Is sign correct? */
389 return(kern);
401 int kern=0; local
416 kern = TR_getkern2(fsp, *text32, ptxt32[plen-1], kern_mode);
421 return(kern);
1137 printf("cxi cx[%d] member:%3d tp_idx:%3d ldir:%d rt_tidx:%3d br (LL,UR) (%8.3f,%8.3f),(%8.3f,%8.3f) xy (%8.3f,%8.3f) kern (%8.3f,%8.3f) text:<%s> decor:%5.5x\n",
2407 /* phase 1.5, calculate kerning. This is as good a place to do it as any. At this point all kern values
2486 /* if x or y kern is less than twice the quantization error it is probably noise, set it to zero */

Completed in 27 milliseconds