hi,
i will draw a multiline text with alignment AlignBottom, but it draw all lines in same line.
fontAlign = Qt::AlignHCenter | Qt::AlignBottom;
p->drawText(rect, fontAlign, str);
see attachment
what can I do, thanks
Peter
hi,
i will draw a multiline text with alignment AlignBottom, but it draw all lines in same line.
fontAlign = Qt::AlignHCenter | Qt::AlignBottom;
p->drawText(rect, fontAlign, str);
see attachment
what can I do, thanks
Peter
Bookmarks