Searched refs:math_fonts (Results 1 – 1 of 1) sorted by relevance
38 QString const math_fonts[] = {"cmex10", "cmmi10", "cmr10", "cmsy10", variable41 int const num_math_fonts = sizeof(math_fonts) / sizeof(*math_fonts);246 QString const font_file = fonts_dir + math_fonts[i] + ".ttf"; in FontLoader()