]> git.lyx.org Git - features.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>
Thu, 18 Jun 2020 13:48:33 +0000 (15:48 +0200)
commitda63879bdac00ef1e09018bd26f4000062aa1aba
tree3aef07e71d1ac0c9e3e1ad0589241cc6d96d69bd
parent0aa46cf6f6195fffe94258c3e3e17d68c4bd3ca9
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