PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / EmbeddedFont Class / AddGlyphs Method / AddGlyphs(UnicodeRangeEnum) Method
The range to add.

In This Topic
    AddGlyphs(UnicodeRangeEnum) Method
    In This Topic
    Adds all glyphs from the specified range to the current EmbeddedFont.
    Syntax
    'Declaration
     
    Public Overloads Sub AddGlyphs( _
       ByVal unicodeRange As UnicodeRangeEnum _
    ) 
    public void AddGlyphs( 
       UnicodeRangeEnum unicodeRange
    )

    Parameters

    unicodeRange
    The range to add.
    See Also