In This Topic
Appends a list of GrapeCity.Documents.Text.Font objects to the collection. Fonts that already exist in the collection are ignored.
Syntax
'Declaration
Public Sub Append( _
ByVal As System.Collections.Generic.IList(Of Font), _
Optional ByVal As System.Boolean _
)
public void Append(
System.Collections.Generic.IList<Font> ,
System.bool
)
Parameters
- fonts
- The list of fonts to append.
- embed
- Specifies whether to embed appended fonts.
See Also