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

/inkscape/src/libnrtype/
H A DLayout-TNG.h634 ascent_max = 0.8;
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;
662 inline double getMaxAscent() const {return ascent_max; }
669 double ascent_max; // Maximum ascent of all glyphs in font. member in class:Inkscape::Text::Layout::FontMetrics

Completed in 29 milliseconds