Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / RecalculateGlyphs Method

In This Topic
    RecalculateGlyphs Method
    In This Topic
    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