AddGlyphs(Int32,Int32) Method
In This Topic
Adds a range of glyphs to the current
EmbeddedFont.
Syntax
'Declaration
Public Overloads Sub AddGlyphs( _
ByVal As Integer, _
ByVal As Integer _
)
public void AddGlyphs(
int ,
int
)
Parameters
- first
- The first glyph in the range to add.
- last
- The last glyph in the range to add.
See Also