Builds an
EmbeddedFont based on the specified font, and adds it to the current collection. Throws an exception if the font is already present in the collection.
'Declaration
Public Overloads Function Add( _
ByVal As Font _
) As Integer
Parameters
- font
- The System.Drawing.Font to add.
Return Value
The index of the newly added font in the collection.