]> git.lyx.org Git - features.git/blobdiff - src/Font.h
Support the mathbbm font.
[features.git] / src / Font.h
index 226ad261997731041c0a77ec118e97472fe80518..40a7d28307a42217ff8b92608ab53b6fa64e6432 100644 (file)
@@ -33,7 +33,7 @@ class Font {
 
 public:
        ///
-       explicit Font(FontInfo = sane_font, Language const * l = 0);
+       explicit Font(FontInfo = sane_font, Language const * l = nullptr);
 
        ///
        FontInfo & fontInfo() { return bits_; }
@@ -86,11 +86,12 @@ public:
                                 Font const & base,
                                 Font const & next,
                                 bool & needPar,
-                                bool const & closeLanguage = true) const;
+                                bool const & closeLanguage = true,
+                                bool const & non_inherit_inset = false) const;
 
 
        /// Build GUI description of font state
-       docstring const stateText(BufferParams * params, bool const terse = false) const;
+       docstring const stateText(BufferParams * params = nullptr, bool const terse = false) const;
 
        ///
        void validate(LaTeXFeatures & features) const;