X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFeatures.h;h=0d417bd9d2a02d9c233b546b25ec78f80fa2dcf9;hb=51cc8aa9f6b784f806b1d9cc97fe0749ffac29af;hp=097fe4cf8c425ed9d6abd3d78291cc85fe8f44b5;hpb=9b3e47fd8726e57f421f91ad4917450690b4d385;p=lyx.git diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index 097fe4cf8c..0d417bd9d2 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -128,6 +128,8 @@ public: /// std::set getEncodingSet(std::string const & doc_encoding) const; /// + void getFontEncodings(std::vector & encodings) const; + /// void useLayout(docstring const & lyt); /// void useInsetLayout(InsetLayout const & lay);