[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayout.RecalculateGlyphs

RecalculateGlyphs Method

RecalculateGlyphs()

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(bool), or alternatively the PerformLayout method should be called with true as the parameter.

Declaration
public void RecalculateGlyphs()
See Also