Home
last modified time | relevance | path

Searched refs:providesNoMath (Results 1 – 4 of 4) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/
H A DLaTeXFonts.h68 bool providesNoMath(bool ot1, bool complete);
H A DLaTeXFonts.cpp69 bool LaTeXFont::providesNoMath(bool ot1, bool complete) in providesNoMath() function in lyx::LaTeXFont
76 return altFont(usedfont).providesNoMath(ot1, complete); in providesNoMath()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiDocument.h276 bool providesNoMath(QString const & font) const;
H A DGuiDocument.cpp2356 if (providesNoMath(rm) && i == -1) in updateMathFonts()
2358 else if (!providesNoMath(rm) && i != -1) { in updateMathFonts()
4589 bool GuiDocument::providesNoMath(QString const & font) const in providesNoMath() function in lyx::frontend::GuiDocument
4594 qstring_to_ucs4(font)).providesNoMath(ot1(), in providesNoMath()