PDFKit.NET 2.0 Class Library (.NET 2.0)

Font.Contains Method 

Check whether this font contains the given character.

public bool Contains(
   char character
);

Remarks

It is only usefull to call this method with newly created fonts, for existing fonts false (meaning: don't know) is returned.

See Also

Font Class | TallComponents.PDF.Fonts Namespace