X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.h;h=3258b822fd54b63fc91d9fdcc96ec448e08919b4;hb=73460423ad684b8728fe7bdf51f27dbc5cae5ea9;hp=2d7c749eea361f882672d416e75b36560510d120;hpb=93a43742a5f1db8a632233c15e2b8d61b4835f3a;p=lyx.git diff --git a/src/BufferParams.h b/src/BufferParams.h index 2d7c749eea..3258b822fd 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -110,8 +110,6 @@ public: /// InsetQuotes::QuoteLanguage quotes_language; /// - InsetQuotes::QuoteTimes quotes_times; - /// std::string fontsize; /// Get the LayoutFile this document is using. LayoutFile const * baseClass() const; @@ -246,7 +244,7 @@ public: std::string bibtex_command; /// customized index processor std::string index_command; - /// font encoding + /// font encoding(s) requested for this document std::string fontenc; /// the rm font std::string fonts_roman; @@ -385,8 +383,12 @@ public: /// map of the file's author IDs to AuthorList indexes typedef std::map AuthorMap; AuthorMap author_map; - /// the buffer's font encoding + /// the buffer's active font encoding std::string const font_encoding() const; + /// all font encodings requested by the prefs/document/main language. + /// This does NOT include font encodings required by secondary languages + std::vector const font_encodings() const; + /// std::string const dvips_options() const; /** The return value of paperSizeName() depends on the @@ -465,6 +467,8 @@ public: /// double html_math_img_scale; /// + double display_pixel_ratio; + /// std::string html_latex_start; /// std::string html_latex_end;