Documents for PDF, .NET Edition Documentation
RecalculateGlyphs Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : RecalculateGlyphs Method
Converts characters in the current TextLayout to glyphs, and performs text shaping.

In order to layout the text (e.g. when rendering it on a graphics), a call to this method must precede the call(s) to PerformLayout, or alternatively the PerformLayout method should be called with true as the parameter.

Syntax
'Declaration
 
Public Sub RecalculateGlyphs() 
public void RecalculateGlyphs()
See Also

Reference

TextLayout Class
TextLayout Members
PerformLayout Method