'Declaration
Public Overloads Function Add( _
ByVal As GrapeCity.Documents.Text.Font, _
Optional ByVal As System.Boolean _
) As FontInfo
public FontInfo Add(
GrapeCity.Documents.Text.Font ,
System.bool
)
Parameters
- font
- The GrapeCity.Documents.Text.Font to add.
- embed
- Whether to embed the specified font.
Return Value
A newly created
FontInfo if is false, otherwise it can be existing
FontInfo that now contains the embedded font.