Exemple #1
0
 private static IEnumerable <SystemFontFamily> GetGdiFontFamilies()
 {
     if (FontEmbedder.gdiFonts == null)
     {
         FontEmbedder.CreateSystemFontFamiliesCache();
     }
     return(FontEmbedder.gdiFonts);
 }