C1.C1Preview Namespace > EmbeddedFont Class : AddGlyphs Method |
Overload | Description |
---|---|
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. |
AddGlyphs(String) | Adds unique glyphs from the specified string to the current EmbeddedFont. |
AddGlyphs(Int32,Int32) | Adds a range of glyphs to the current EmbeddedFont. |
AddGlyphs(UnicodeRangeEnum) | Adds all glyphs from the specified range to the current EmbeddedFont. |
AddGlyphs(CodeRanges) | Adds all C1.Util.CodeRange objects in codeRanges to the current EmbeddedFont. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2