Searched defs:ascent (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 107 new_code->ascent = ascent;
|
H A D | FontInstance.cpp | 526 bool font_instance::FontMetrics(double &ascent,double &descent,double &xheight) argument 536 ascent = _ascent; 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, 827 // std::cout << " ascent: " << _ascent << std::endl; 830 // std::cout << " max ascent: " << _ascent_max << std::endl;
|
H A D | Layout-TNG.h | 267 \param ascent The number of pixels above 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'. 631 ascent = 0.8; 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 666 double ascent; // Typographic ascent. member in class:Inkscape::Text::Layout::FontMetrics 737 double ascent; member in class:Inkscape::Text::Layout::InputStreamControlCode [all...] |
/inkscape/src/ |
H A D | sp-font-face.h | 90 double ascent; 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) 235 ng->_asc = ascent; // 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 20 milliseconds