16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
/*!
|
|
\headerfile QskTextRenderer.h
|
|
\brief A renderer creating a scene graph subtree from a text
|
|
|
|
\note The current implementation relies on QQuickText item
|
|
using one global instance for the application.
|
|
*/
|
|
|
|
class QskTextRenderer
|
|
{
|
|
/*!
|
|
|
|
*/
|
|
};
|
|
|