FontsManagerAddEmbeddedFont Method

Overload List
  NameDescription
Public methodAddEmbeddedFont(Byte, EmbedFontCharacters)
Adds the embedded font
Remarks
Keep in mind when copying any fonts that most fonts are copyrighted. First locate the license of a font before hand and verify they can be freely transferred to another machine.
An ArgumentException can be thrown if font data is null or this font is already embedded
Public methodAddEmbeddedFont(IFontData, EmbedFontCharacters)
Adds the embedded font
Remarks
Keep in mind when copying any fonts that most fonts are copyrighted. First locate the license of a font before hand and verify they can be freely transferred to another machine.
An ArgumentException can be thrown if font data is null or this font is already embedded
See Also