In This Topic
Adds unique glyphs from the specified string to the current
EmbeddedFont.
Syntax
'Declaration
Public Overloads Sub AddGlyphs( _
ByVal As String _
)
public void AddGlyphs(
string
)
Parameters
- text
- The string to add the glyphs from.
See Also