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

Contains() public static method

Checks whether the given font is contained within the object
public static Contains ( string fontname ) : bool
fontname string the name of the font
return bool
        public static bool Contains(string fontname)
        {
            return fontImp.IsRegistered(fontname);
        }