X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontInfo.h;h=2b639a926ca4fa8d7b6eb561824e35f1de870133;hb=53f8d6d6d373460bdcfebd20d6f826e3915c84ff;hp=a083eae2aa85c0834465f3c0888c645180e0a6f4;hpb=f67cf6f4bb3e3d22ac9aebfa22027c3537cbdf61;p=lyx.git diff --git a/src/FontInfo.h b/src/FontInfo.h index a083eae2aa..2b639a926c 100644 --- a/src/FontInfo.h +++ b/src/FontInfo.h @@ -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