#include <frmtview.h>
A standard inquiry interface for the text formatting engine, built on top of a CTextView object.
To use it, construct a TTagmaForwarder object, then call InitL(), which finishes background formatting, then call the MTmTextLayoutForwarder functions.
The class should only be used internally by FORM component.
This constructor deliberately does not take a pointer or reference to CTextView, to prevent the class from being used unless InitL() is called.
Called after construction, to complete background reformatting.