Bloom.Collection.CollectionSettings.GetDefaultFontName C# (CSharp) Метод

GetDefaultFontName() статический приватный Метод

static private GetDefaultFontName ( ) : string
Результат string
        internal static string GetDefaultFontName()
        {
            //Since we always install Andika New Basic, let's just always use that as the default
            //Note (BL-3674) the font installer may not have completed yet, so we don't even check to make
            //sure it's there. It's possible that the user actually uninstalled Andika, but that's ok. Until they change to another font,
            // they'll get a message that this font is not actually installed when they try to edit a book.
            return "Andika New Basic";
        }