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

/inkscape/src/libnrtype/
H A Dfont-instance.h72 const double* GetBaselines() { return _baselines; }
106 double _baselines[SP_CSS_BASELINE_SIZE]; member in class:font_instance
H A DFontInstance.cpp192 _baselines[ SP_CSS_BASELINE_AUTO ] = 0.0;
193 _baselines[ SP_CSS_BASELINE_ALPHABETIC ] = 0.0;
194 _baselines[ SP_CSS_BASELINE_IDEOGRAPHIC ] = -_descent;
195 _baselines[ SP_CSS_BASELINE_HANGING ] = 0.8 * _ascent;
196 _baselines[ SP_CSS_BASELINE_MATHEMATICAL ] = 0.8 * _xheight;
197 _baselines[ SP_CSS_BASELINE_CENTRAL ] = 0.5 - _descent;
198 _baselines[ SP_CSS_BASELINE_MIDDLE ] = 0.5 * _xheight;
199 _baselines[ SP_CSS_BASELINE_TEXT_BEFORE_EDGE ] = _ascent;
200 _baselines[ SP_CSS_BASELINE_TEXT_AFTER_EDGE ] = -_descent;
710 _baselines[ SP_CSS_BASELINE_IDEOGRAPHI
[all...]

Completed in 21 milliseconds