[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontTables.TryMapChars

TryMapChars Method

TryMapChars(HashSet<int>, HashSet<int>)

Maps the specified set of Unicode characters to the font glyphs and fills the set of successfully mapped characters.

Depends on 'cmap' table.

Declaration
public void TryMapChars(HashSet<int> unicodeChars, HashSet<int> mappedChars)
Public Sub TryMapChars(unicodeChars As HashSet(Of Integer), mappedChars As HashSet(Of Integer))
Parameters
Type Name Description
HashSet<int> unicodeChars
HashSet<int> mappedChars