PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / EmbeddedFont Class / AddGlyphs Method / AddGlyphs(Int32,Int32) Method
The first glyph in the range to add.
The last glyph in the range to add.

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

    Parameters

    first
    The first glyph in the range to add.
    last
    The last glyph in the range to add.
    See Also