Exemplo n.º 1
0
        public static ICollection <String> GetCompatibleCmaps(String fontName)
        {
            String registry = (String)FontCache.GetAllFonts().Get(fontName).Get(REGISTRY_PROP);

            return(registryNames.Get(registry));
        }