Do not forceLTR math with Xe/Lua (part of #12731)

This commit is contained in:
Juergen Spitzmueller 2023-04-10 08:24:46 +02:00
parent f058442be9
commit e9c8b10c1d

View File

@ -174,7 +174,8 @@ public:
void initUnicodeMath() const override;
/// Force inset into LTR environment if surroundings are RTL
bool forceLTR(OutputParams const &) const override { return true; }
/// FIXME Really needed? (see #12731)
bool forceLTR(OutputParams const & rp) const override { return !rp.isFullUnicode(); }
///
void recordLocation(DocIterator const & di);