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

/inkscape/src/
H A Dstyle-enums.h200 SP_CSS_BASELINE_MATHEMATICAL, enumerator in enum:SPCSSBaseline
542 {"mathematical", SP_CSS_BASELINE_MATHEMATICAL},
/inkscape/src/libnrtype/
H A DFontInstance.cpp196 _baselines[ SP_CSS_BASELINE_MATHEMATICAL ] = 0.8 * _xheight;
712 _baselines[ SP_CSS_BASELINE_MATHEMATICAL ] = 0.8 * _xheight; // Guess
732 _baselines[ SP_CSS_BASELINE_MATHEMATICAL ] = math;
739 _baselines[ SP_CSS_BASELINE_MATHEMATICAL ] = hanging;
785 _baselines[ SP_CSS_BASELINE_MATHEMATICAL ] = 0.8 * _xheight; // Guess
805 _baselines[ SP_CSS_BASELINE_MATHEMATICAL ] = math;
836 // std::cout << " math: " << _baselines[ SP_CSS_BASELINE_MATHEMATICAL ] << std::endl;

Completed in 1213 milliseconds