PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / EmbeddedFont Class / AddGlyphs Method / AddGlyphs(String) Method
The string to add the glyphs from.

In This Topic
    AddGlyphs(String) Method
    In This Topic
    Adds unique glyphs from the specified string to the current EmbeddedFont.
    Syntax
    'Declaration
     
    Public Overloads Sub AddGlyphs( _
       ByVal text As String _
    ) 
    public void AddGlyphs( 
       string text
    )

    Parameters

    text
    The string to add the glyphs from.
    See Also