]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.h
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / FontInfo.h
index a083eae2aa85c0834465f3c0888c645180e0a6f4..2b639a926ca4fa8d7b6eb561824e35f1de870133 100644 (file)
@@ -221,6 +221,9 @@ FontState setLyXMisc(std::string const &);
 /// Read a font specification from Lexer. Used for layout files.
 FontInfo lyxRead(Lexer &, FontInfo const & fi = sane_font);
 
+/// Write a font specification. Used for layout files.
+void lyxWrite(std::ostream &, FontInfo const &, std::string const &, int);
+
 } // namespace lyx
 
 #endif