Documents for PDF, .NET Edition Documentation
TryMapChars Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontTables Class : TryMapChars Method
Maps the specified set of Unicode characters to the font glyphs and fills the set of successfully mapped characters.

Depends on 'cmap' table.

Syntax
'Declaration
 
Public Sub TryMapChars( _
   ByVal unicodeChars As System.Collections.Generic.HashSet(Of Integer), _
   ByVal mappedChars As System.Collections.Generic.HashSet(Of Integer) _
) 
public void TryMapChars( 
   System.Collections.Generic.HashSet<int> unicodeChars,
   System.Collections.Generic.HashSet<int> mappedChars
)

Parameters

unicodeChars
mappedChars
See Also

Reference

FontTables Class
FontTables Members