PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / EmbeddedFont Class / AddGlyphs Method

In This Topic
    AddGlyphs Method (EmbeddedFont)
    In This Topic
    Adds unique glyphs or glyph ranges from the specified string to the current EmbeddedFont. The ranges recognized by this method are represented by the UnicodeRangeEnum enumeration.
    Overload List
    OverloadDescription
    Adds unique glyphs or glyph ranges from the specified string to the current EmbeddedFont. The ranges recognized by this method are represented by the UnicodeRangeEnum enumeration.  
    Adds unique glyphs from the specified string to the current EmbeddedFont.  
    Adds a range of glyphs to the current EmbeddedFont.  
    Adds all glyphs from the specified range to the current EmbeddedFont.  
    Adds all C1.Util.CodeRange objects in codeRanges to the current EmbeddedFont.  
    See Also