AddGlyphs(String,Boolean) Method
In This Topic
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.
Syntax
'Declaration
Public Overloads Sub AddGlyphs( _
ByVal As String, _
ByVal As Boolean _
)
public void AddGlyphs(
string ,
bool
)
Parameters
- text
- The string to add the glyphs from.
- includeUnicodeRanges
- If true, for each unique glyph in , the whole Unicode range containing the glyph (such as "Basic Latin" or "Cyrillic") is added. If false, only the glyph itself is added.
See Also