+ <FONT color=#0000ff>// Get position of start of word</FONT>
+ <B><FONT color=#2e8b57>int</FONT></B> WordStartPosition(<B><FONT color=#2e8b57>int</FONT></B> pos, <B><FONT color=#2e8b57>bool</FONT></B> onlyWordCharacters);
+
+ <FONT color=#0000ff>// Get position of end of word</FONT>
+ <B><FONT color=#2e8b57>int</FONT></B> WordEndPosition(<B><FONT color=#2e8b57>int</FONT></B> pos, <B><FONT color=#2e8b57>bool</FONT></B> onlyWordCharacters);
+
+ <FONT color=#0000ff>// Sets whether text is word wrapped</FONT>
+ <B><FONT color=#2e8b57>void</FONT></B> SetWrapMode(<B><FONT color=#2e8b57>int</FONT></B> mode);
+
+ <FONT color=#0000ff>// Retrieve whether text is word wrapped</FONT>
+ <B><FONT color=#2e8b57>int</FONT></B> GetWrapMode();
+
+ <FONT color=#0000ff>// Sets the degree of caching of layout information</FONT>
+ <B><FONT color=#2e8b57>void</FONT></B> SetLayoutCache(<B><FONT color=#2e8b57>int</FONT></B> mode);
+
+ <FONT color=#0000ff>// Retrieve the degree of caching of layout information</FONT>
+ <B><FONT color=#2e8b57>int</FONT></B> GetLayoutCache();
+