iTextSharp.text.FontFactory.Contains C# (CSharp) 메소드

Contains() 공개 정적인 메소드

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