Adds unique glyphs from the specified string to the current EmbeddedFont.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void AddGlyphs(
	string text
)
Visual Basic
Public Sub AddGlyphs ( _
	text As String _
)

Parameters

text
Type: System..::..String
The string to add the glyphs from.

See Also