Searched refs:nontexfonts (Results 1 – 2 of 2) sorted by relevance
223 bool const nontexfonts = buffer_->params().useNonTeXFonts; in latex() local224 if (multipar && !nontexfonts) in latex()229 if (multipar && !nontexfonts) in latex()
2083 void GuiDocument::osFontsChanged(bool nontexfonts) in osFontsChanged() argument2085 bool const tex_fonts = !nontexfonts; in osFontsChanged()3303 bool const nontexfonts = fontModule->osFontsCB->isChecked(); in applyView() local3304 bp_.useNonTeXFonts = nontexfonts; in applyView()3333 bp_.fonts_roman[nontexfonts] = in applyView()3338 bp_.fonts_sans[nontexfonts] = in applyView()3341 bp_.fonts_sans[!nontexfonts] = fromqstr(fontModule->font_sans); in applyView()3343 bp_.fonts_typewriter[nontexfonts] = in applyView()3348 bp_.fonts_math[nontexfonts] = in applyView()3351 bp_.fonts_math[!nontexfonts] = fromqstr(fontModule->font_math); in applyView()[all …]