DioDocs for PDF
RecalculateGlyphs メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス : 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, or alternatively the PerformLayout method should be called with true as the parameter.

シンタックス
'宣言
 
Public Sub RecalculateGlyphs() 
public void RecalculateGlyphs()
参照

TextLayout クラス
TextLayout メンバ
PerformLayout メソッド