Adds all glyphs from the specified range to the current EmbeddedFont.

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

Syntax

C#
public void AddGlyphs(
	UnicodeRangeEnum unicodeRange
)
Visual Basic
Public Sub AddGlyphs ( _
	unicodeRange As UnicodeRangeEnum _
)

Parameters

unicodeRange
Type: C1.C1Preview..::..UnicodeRangeEnum
The range to add.

See Also