iTextSharp.text.FontFactory.IsRegistered C# (CSharp) Method

IsRegistered() public static method

Checks if a certain font is registered.
public static IsRegistered ( string fontname ) : bool
fontname string the name of the font that has to be checked
return bool
        public static bool IsRegistered(string fontname)
        {
            return fontImp.IsRegistered(fontname);
        }