Location:
BidiText.h
Link against: gdi.lib
class RRunInfoArray;
This class is used to keep track of the shared run info array. Keep it open for as long as the TBidiText
object is used. The same RRunInfoArray object can be used with several different TBidiText
objects.
Defined in RRunInfoArray
:
Close()
, OpenL()
, RRunInfoArray()
IMPORT_C void OpenL();
Creates the run array if necessary and increases the reference count on it. RRunInfoArray::OpenL()
must be called prior to calling TBidiText::SetText()
.