]> git.lyx.org Git - lyx.git/blobdiff - src/FontEnums.h
Fix #10778 (issue with CJK and language nesting)
[lyx.git] / src / FontEnums.h
index 9a198814e18cc4341a4dc025b95361be3a0aed2c..5dd7839508209f0552e673925b33f69178ba9f6c 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  * \author Angus Leeming
  * \author Dekel Tsur
@@ -47,6 +47,10 @@ enum FontFamily {
        ///
        EUFRAK_FAMILY,
        ///
+       RSFS_FAMILY,
+       ///
+       STMARY_FAMILY,
+       ///
        WASY_FAMILY,
        ///
        ESINT_FAMILY,
@@ -67,7 +71,9 @@ enum FontSeries {
        ///
        INHERIT_SERIES,
        ///
-       IGNORE_SERIES
+       IGNORE_SERIES,
+       ///
+       NUM_SERIES = INHERIT_SERIES
 };
 
 ///
@@ -83,7 +89,9 @@ enum FontShape {
        ///
        INHERIT_SHAPE,
        ///
-       IGNORE_SHAPE
+       IGNORE_SHAPE,
+       ///
+       NUM_SHAPE = INHERIT_SHAPE
 };
 
 ///
@@ -115,7 +123,9 @@ enum FontSize {
        ///
        FONT_SIZE_INHERIT,
        ///
-       FONT_SIZE_IGNORE
+       FONT_SIZE_IGNORE,
+       ///
+       NUM_SIZE = FONT_SIZE_INCREASE
 };
 
 /// Used for emph, underbar, noun and latex toggles