]> git.lyx.org Git - features.git/blobdiff - src/FontInfo.C
Few math fonts improvements (use cmr for uppercase greek, support for
[features.git] / src / FontInfo.C
index 03e00a7d4077c716ab495214a41e3ab941859b6b..486f4ca03aaec13e80a961b09799a81664453b84 100644 (file)
@@ -134,6 +134,8 @@ void FontInfo::query()
                // We have matches. Run them through
                for (int i = 0; i < matches; ++i) {
                        string name(list[i]);
+                       lyxerr[Debug::FONT] << "match #" << i << " "
+                                           << name << endl; 
                        sizes[i] = lyx::atoi(token(name, '-', 7));
                        strings[i] = name;
                        if (sizes[i] == 0) {