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

/inkscape/src/libnrtype/
H A Done-box.h12 double ascent, descent, xheight; member in struct:one_box
H A DFontInstance.cpp526 bool font_instance::FontMetrics(double &ascent,double &descent,double &xheight) argument
538 xheight = _xheight;
704 // xheight might be zero.
H A DLayout-TNG.h633 xheight = 0.5;
644 inline void setZero() {ascent = descent = xheight = ascent_max = descent_max = 0.0;}
648 ascent *= x; descent *= x; xheight *= x; ascent_max *= x; descent_max *= x;
661 inline double getXHeight() const {return xheight; }
668 double xheight; // Height of 'x' measured from alphabetic baseline. member in class:Inkscape::Text::Layout::FontMetrics

Completed in 21 milliseconds