]> git.lyx.org Git - lyx.git/commit
Introduce FontMetrics::xHeight
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 19 Jul 2018 20:16:40 +0000 (22:16 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 19 Jul 2018 20:16:40 +0000 (22:16 +0200)
commit9b3fede789d234244b0005184aaddae2129ecf70
treea0bd073454ed8c4fb590f68833c2e8c729e5431c
parent30c6d4fafe0707acc116793531c47fc619ba167c
Introduce FontMetrics::xHeight

Use it instead of measuring the height of character 'x'.
src/frontends/FontMetrics.h
src/frontends/qt4/GuiFontMetrics.cpp
src/frontends/qt4/GuiFontMetrics.h
src/insets/InsetSpace.cpp
src/insets/InsetSpecialChar.cpp
src/mathed/MathData.cpp
src/mathed/MathData.h
src/mathed/MathSupport.cpp