]> git.lyx.org Git - features.git/blobdiff - src/FontLoader.C
support for fraktur font in mathed
[features.git] / src / FontLoader.C
index 273aab391029d1bbff6be2f8b632d2f5f09d4f1e..ae224352571115f87a9349fdd1551bf099434907 100644 (file)
@@ -141,6 +141,11 @@ void FontLoader::getFontinfo(LyXFont::FONT_FAMILY family,
                                new FontInfo("-*-msbm-*-*-*-*-*-*-*-*-*-*-*-*");
                        return;
 
+               case LyXFont::EUFRAK_FAMILY:
+                       fontinfo[family][series][shape] = 
+                               new FontInfo("-*-eufrak-*-*-*-*-*-*-*-*-*-*-*-*");
+                       return;
+
                default:
                        break;
        }