X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLanguage.cpp;h=2093bc373cd028b963ce77b86fa68c6234695906;hb=aee4e7ba34d87f609ea50327449b3eb67731561a;hp=6035aef3a388202e9c0946cd687d5fd163763454;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/Language.cpp b/src/Language.cpp index 6035aef3a3..2093bc373c 100644 --- a/src/Language.cpp +++ b/src/Language.cpp @@ -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) {