X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.h;h=7314b421b2bc1d9340cbf9944738d4a645497fd7;hb=f49556b3ed1c4adb610b00385e60cf695f4aa914;hp=f62911c2626b4ad5ca889556bf1872a619283131;hpb=b6390569819a957c0f58b8d73ce9cdb94a9356df;p=lyx.git diff --git a/src/BufferParams.h b/src/BufferParams.h index f62911c262..7314b421b2 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -278,6 +278,8 @@ public: int fontsTypewriterScale() const { return fonts_typewriter_scale[useNonTeXFonts]; } /// the font used by the CJK command std::string fonts_cjk; + /// use LaTeX microtype package + bool use_microtype; /// Spacing & spacing(); Spacing const & spacing() const;