Check whether this font contains the given character.
Namespace: TallComponents.PDF.FontsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public bool Contains( char character ) |
| Visual Basic |
|---|
Public Function Contains ( _ character As Char _ ) As Boolean |
Parameters
- character
- Type: System..::..Char
[Missing <param name="character"/> documentation for "M:TallComponents.PDF.Fonts.Font.Contains(System.Char)"]
Remarks
It is only usefull to call this method with newly created fonts, for existing fonts false (meaning: don't know) is returned.