]> git.lyx.org Git - lyx.git/blobdiff - src/Language.cpp
Reorder a bit status messages, but they are still cleared at the end of LyXFunc
[lyx.git] / src / Language.cpp
index 6035aef3a388202e9c0946cd687d5fd163763454..2093bc373cd028b963ce77b86fa68c6234695906 100644 (file)
@@ -57,6 +57,16 @@ bool Language::read(Lexer & lex)
        return true;
 }
 
+bool Language::internalFontEncoding() const
+{
+       // FIXME: list incomplete
+       // FIXME: instead of hardcoding, this
+       // should go to the languages file
+       return lang_ == "hebrew"
+               || lang_ == "greek"
+               || lang_ == "polutonikogreek";
+}
+
 
 void Languages::read(FileName const & filename)
 {