]> git.lyx.org Git - lyx.git/blobdiff - src/Font.h
update the ACM SIGPLAN files to latest layout and fileformat
[lyx.git] / src / Font.h
index 3f63ff81e1f88d12f50c59b8d54599ec56761a2a..49c8f31b5b9ed52ffba3ce325fa43c156c0feb59 100644 (file)
@@ -22,7 +22,7 @@
 #include "ColorCode.h"
 #include "FontInfo.h"
 
-#include "support/docstream.h"
+#include "support/strfwd.h"
 
 
 namespace lyx {
@@ -163,7 +163,7 @@ void setLyXSize(std::string const &, FontInfo &);
 void setLyXColor(std::string const &, FontInfo &);
 
 /// Read a font specification from Lexer. Used for layout files.
-FontInfo lyxRead(Lexer &);
+FontInfo lyxRead(Lexer &, FontInfo const & fi = sane_font);
 
 } // namespace lyx