Adds a range of glyphs to the current EmbeddedFont.

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

Syntax

C#
public void AddGlyphs(
	int first,
	int last
)
Visual Basic
Public Sub AddGlyphs ( _
	first As Integer, _
	last As Integer _
)

Parameters

first
Type: System..::..Int32
The first glyph in the range to add.
last
Type: System..::..Int32
The last glyph in the range to add.

See Also