X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontEnums.h;h=0fcbd9d518321e4068b24d62cb0889832e6a2c89;hb=6c22e32cee2eafcf6fed6cbd72478f36f5accd75;hp=dadbb981db39b12846739e0cc03e282e664335e6;hpb=cfb8b214d182052ee0ac2475de936273c51f2d99;p=lyx.git diff --git a/src/FontEnums.h b/src/FontEnums.h index dadbb981db..0fcbd9d518 100644 --- a/src/FontEnums.h +++ b/src/FontEnums.h @@ -45,6 +45,8 @@ enum FontFamily { /// MSB_FAMILY, /// + DS_FAMILY, + /// EUFRAK_FAMILY, /// RSFS_FAMILY, @@ -97,35 +99,35 @@ enum FontShape { /// enum FontSize { /// - FONT_SIZE_TINY = 0, + TINY_SIZE = 0, /// - FONT_SIZE_SCRIPT, + SCRIPT_SIZE, /// - FONT_SIZE_FOOTNOTE, + FOOTNOTE_SIZE, /// - FONT_SIZE_SMALL, + SMALL_SIZE, /// - FONT_SIZE_NORMAL, + NORMAL_SIZE, /// - FONT_SIZE_LARGE, + LARGE_SIZE, /// - FONT_SIZE_LARGER, + LARGER_SIZE, /// - FONT_SIZE_LARGEST, + LARGEST_SIZE, /// - FONT_SIZE_HUGE, + HUGE_SIZE, /// - FONT_SIZE_HUGER, + HUGER_SIZE, /// - FONT_SIZE_INCREASE, + INCREASE_SIZE, /// - FONT_SIZE_DECREASE, + DECREASE_SIZE, /// - FONT_SIZE_INHERIT, + INHERIT_SIZE, /// - FONT_SIZE_IGNORE, + IGNORE_SIZE, /// - NUM_SIZE = FONT_SIZE_INCREASE + NUM_SIZE = INCREASE_SIZE }; /// Used for emph, underbar, noun and latex toggles @@ -146,19 +148,19 @@ enum FontState { /// Math styles enum MathStyle { /// - LM_ST_SCRIPTSCRIPT = 0, + SCRIPTSCRIPT_STYLE = 0, /// - LM_ST_SCRIPT, + SCRIPT_STYLE, /// - LM_ST_TEXT, + TEXT_STYLE, /// - LM_ST_DISPLAY, + DISPLAY_STYLE, /// - LM_ST_INHERIT, + INHERIT_STYLE, /// - LM_ST_IGNORE, + IGNORE_STYLE, /// the text and display fonts are the same - NUM_STYLE = LM_ST_DISPLAY + NUM_STYLE = DISPLAY_STYLE };