[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextExt

Class TextExt

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Contains extension methods related to text and fonts.

public static class TextExt
Inheritance
TextExt
Inherited Members

Methods

CollectChars(HashSet<int>, string)

Adds all char codes from the specified string to the instance of HashSet.

public static void CollectChars(this HashSet<int> unicodeChars, string text)

Parameters

unicodeChars HashSet<int>
text string