On Tue, Oct 20, 2015 at 07:16:44PM +0200, Günter Milde wrote:
> commit 1523fc6023440f10ca0d82a681ded5c060d8fd33
> Author: Günter Milde <mi...@lyx.org>
> Date:   Tue Oct 20 19:14:39 2015 +0200
> 
>     Partial fix for #9740 "XeTeX/LuaTeX with TeX fonts problems".
>     
>     Fixes output for 3 of the 4 test lyx-files.
>     
>     Includes "FIXME"s at places where further action is required to get the 
> XeTeX
>     export right but I don't know how.
> ...

> +         &&!runparams.isFullUnicode()) { // FIXME: check must be done for 
> useNonTeXFonts!
>               os << "\\inputencoding{utf8}\n"
>                  << setEncoding("UTF-8");

So to make sure I understand what you want with this FIXME is you would
like to do something like params().useNonTeXFonts as you do in
Buffer.cpp but in PDFOptions.cpp it's not clear how to access that?

Scott

Reply via email to