The EmbeddedFont type exposes the following members.

Methods

  Name Description
Public method AddGlyphs(String)
Adds unique glyphs from the specified string to the current EmbeddedFont.
Public method AddGlyphs(UnicodeRangeEnum)
Adds all glyphs from the specified range to the current EmbeddedFont.
Public method AddGlyphs(Int32, Int32)
Adds a range of glyphs to the current EmbeddedFont.
Public method AddGlyphs(String, Boolean)
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.
Public method Dispose
Disposes the current EmbeddedFont object.
Protected method Finalize
Calls dispose.
(Overrides Object..::..Finalize()()()().)
Public method GetFontFamily
Get the FontFamily object describing the current EmbeddedFont.

See Also