Change font size within Memo?
I want to output six fields like [label]: [Data], [label]: [Data], [label]: [Data], where the label is output in a smaller font size than the data. As the length of labels and data varies a lot, i have it all in one memo, so that the result can break onto the next line if needed.
I was able to use bold, italic, etc. but i think it is not possible to change font-size within a Memo, right?
I think the answer is no, right?
I also tried to use a rich-text instead of a memo, but here, the text does not wrap onto the next line.
So, is there an alternative way to get what i want?
I searched for a way to use six separate memo's, one for each field, where the position of the memos would each be determined by the end of the previous one. But i did not find anything to achieve that either.
Any ideas?