Home
last modified time | relevance | path

Searched refs:isFontName (Results 1 – 3 of 3) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DMathSupport.h71 bool isFontName(std::string const & name);
H A DMathFactory.cpp243 if (isFontName(tmp.inset)) in initSymbols()
263 if (isFontName(tmp.inset)) { in initSymbols()
H A DMathSupport.cpp884 bool isFontName(string const & name) in isFontName() function