Searched refs:x_height (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-font-face.h88 double x_height; member in class:SPFontFace
H A Dsp-font-face.cpp292 this->x_height = 0;
511 if (number != this->x_height){
512 this->x_height = number;
757 sp_repr_set_svg_double(repr, "x-height", this->x_height);

Completed in 115 milliseconds