I'm working on porting a structured text renderer to QT and encountered a problem with inline objects. QTextLayout doesn't support them even though underlying text layout engine supports it, and there's actually QTextInlineObject class to represent inline objects.
I think I can work around this by manually juggling the glyph runs, but it'd be better to just add the support for QTextInlineObject to QTextLayout. Is there an interest in this undertaking? _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
