#include "microtexconfig.h" #ifdef HAVE_AUTO_FONT_FIND #ifndef MICROTEX_FONTSENSE_H #define MICROTEX_FONTSENSE_H #include #include #include #include "unimath/font_meta.h" namespace microtex { /** Find font resources auto. Return the first found math font name. */ std::optional fontsenseLookup(const std::vector& search_paths); } // namespace microtex #endif // MICROTEX_FONTSENSE_H #endif // HAVE_AUTO_FONT_FIND