]> git.lyx.org Git - lyx.git/commit
Rename LM_TC_* to FONT_STYLE_*
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 14 Jun 2019 14:42:02 +0000 (16:42 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 14 Jun 2019 14:42:02 +0000 (16:42 +0200)
commit67215833a174bfb1db8a259f61ed57ae67e10655
treebe776563fc3157bc571e58597b11c2707a27417f
parent6f2cd26103d0d59fd76184fd76af89cb8817ad4f
Rename LM_TC_* to FONT_STYLE_*

This makes code more uniform. This is typically something that is done
at end of cycle to limit backport issues later.
src/FontEnums.h
src/FontInfo.cpp
src/MetricsInfo.cpp
src/frontends/qt4/GuiFontLoader.cpp
src/mathed/InsetMathDiagram.cpp
src/mathed/InsetMathFrac.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathMacroTemplate.cpp
src/mathed/InsetMathRoot.cpp
src/mathed/InsetMathSymbol.cpp
src/mathed/MathClass.cpp