Method Contains
Namespace TallComponents.PDF.Fonts
Class Font
Check whether this font contains the given unicode value.
It is only useful to call this method with newly created fonts, for existing fonts false (meaning: don't know) is returned.
Syntax
public Boolean Contains(Int32 unicode)
Returns
Boolean
Parameters
Int32
unicode