Searched defs:descent (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | one-box.h | 12 double ascent, descent, xheight; member in struct:one_box
|
H A D | Layout-TNG-Input.cpp | 100 void Layout::appendControlCode(TextControlCode code, void *source_cookie, double width, double ascent, double descent) argument 108 new_code->descent = descent;
|
H A D | FontInstance.cpp | 526 bool font_instance::FontMetrics(double &ascent,double &descent,double &xheight) argument 537 descent = _descent; 681 // The otmAscent and otmDescent values are the maxiumum ascent and maxiumum descent of all the 695 // In CSS em size is ascent + descent... which should be 1. If not, 758 // In CSS em size is ascent + descent... which should be 1. If not, 828 // std::cout << " descent: " << _descent << std::endl; 831 // std::cout << " max descent: " << _descent_max << std::endl;
|
H A D | Layout-TNG.h | 269 \param descent The number of pixels below the text baseline that this 282 void appendControlCode(TextControlCode code, void *source_cookie, double width = 0.0, double ascent = 0.0, double descent = 0.0); 613 * 1. Keep track of ascent, descent, and x-height of an individual font. 614 * 2. Keep track of effective ascent and descent that includes half-leading. 619 * the font's em size which is 'ascent' + 'descent'. 632 descent = -0.2; 640 // CSS 2.1 dictates that font-size is based on em-size which is defined as ascent + descent 641 inline double emSize() const {return ascent + descent;} 643 inline double lineSize() const { return ascent + descent; } 644 inline void setZero() {ascent = descent 667 double descent; // Typographic descent. member in class:Inkscape::Text::Layout::FontMetrics 738 double descent; member in class:Inkscape::Text::Layout::InputStreamControlCode [all...] |
/inkscape/src/ |
H A D | sp-font-face.h | 91 double descent; member in class:SPFontFace
|
/inkscape/src/display/ |
H A D | drawing-text.cpp | 83 characters in a font use the same ascent and descent, but different widths. This lets leading 220 float width, float ascent, float descent, float phase_length) 236 ng->_dsc = descent; // of font, not of this one character 219 addComponent(font_instance *font, int glyph, Geom::Affine const &trans, float width, float ascent, float descent, float phase_length) argument
|
Completed in 37 milliseconds